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:
Justin T. Gibbs 2003-05-26 21:43:29 +00:00
parent 333f04d935
commit 662152ce16
3 changed files with 3 additions and 3 deletions

View File

@ -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;

View File

@ -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)
{
}

View File

@ -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)
{
}