aic79xx.c:
aic79xx_osm.h: aic7xxx_osm.h: Explicitly define functions that take no arguments with "(void)" Approved by: RE
This commit is contained in:
parent
333f04d935
commit
662152ce16
@ -8500,7 +8500,7 @@ ahd_probe_stack_size(struct ahd_softc *ahd)
|
||||
}
|
||||
|
||||
void
|
||||
ahd_dump_all_cards_state()
|
||||
ahd_dump_all_cards_state(void)
|
||||
{
|
||||
struct ahd_softc *list_ahd;
|
||||
|
||||
|
@ -332,7 +332,7 @@ ahd_done_unlock(struct ahd_softc *ahd, unsigned long *flags)
|
||||
|
||||
/* Lock held during ahd_list manipulation and ahd softc frees */
|
||||
static __inline void
|
||||
ahd_list_lockinit()
|
||||
ahd_list_lockinit(void)
|
||||
{
|
||||
}
|
||||
|
||||
|
@ -329,7 +329,7 @@ ahc_done_unlock(struct ahc_softc *ahc, unsigned long *flags)
|
||||
|
||||
/* Lock held during ahc_list manipulation and ahc softc frees */
|
||||
static __inline void
|
||||
ahc_list_lockinit()
|
||||
ahc_list_lockinit(void)
|
||||
{
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user