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 @@ sized:
|
|||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
ahd_dump_all_cards_state()
|
ahd_dump_all_cards_state(void)
|
||||||
{
|
{
|
||||||
struct ahd_softc *list_ahd;
|
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 */
|
/* Lock held during ahd_list manipulation and ahd softc frees */
|
||||||
static __inline void
|
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 */
|
/* Lock held during ahc_list manipulation and ahc softc frees */
|
||||||
static __inline void
|
static __inline void
|
||||||
ahc_list_lockinit()
|
ahc_list_lockinit(void)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user