From cdadf6fa34aa1f9aec7fbefa67d0e13a8000f9b2 Mon Sep 17 00:00:00 2001 From: gibbs Date: Mon, 26 May 2003 21:43:29 +0000 Subject: [PATCH] aic79xx.c: aic79xx_osm.h: aic7xxx_osm.h: Explicitly define functions that take no arguments with "(void)" Approved by: RE --- sys/dev/aic7xxx/aic79xx.c | 2 +- sys/dev/aic7xxx/aic79xx_osm.h | 2 +- sys/dev/aic7xxx/aic7xxx_osm.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sys/dev/aic7xxx/aic79xx.c b/sys/dev/aic7xxx/aic79xx.c index 82fb2f0ef21c..b7243c86926d 100644 --- a/sys/dev/aic7xxx/aic79xx.c +++ b/sys/dev/aic7xxx/aic79xx.c @@ -8500,7 +8500,7 @@ sized: } void -ahd_dump_all_cards_state() +ahd_dump_all_cards_state(void) { struct ahd_softc *list_ahd; diff --git a/sys/dev/aic7xxx/aic79xx_osm.h b/sys/dev/aic7xxx/aic79xx_osm.h index 981398662581..6b2c9169ba34 100644 --- a/sys/dev/aic7xxx/aic79xx_osm.h +++ b/sys/dev/aic7xxx/aic79xx_osm.h @@ -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) { } diff --git a/sys/dev/aic7xxx/aic7xxx_osm.h b/sys/dev/aic7xxx/aic7xxx_osm.h index a5bdc1830048..de46f9365e50 100644 --- a/sys/dev/aic7xxx/aic7xxx_osm.h +++ b/sys/dev/aic7xxx/aic7xxx_osm.h @@ -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) { }