KNR -> ANSI function definition in two places. This matches the rest of

the code in this driver.
This commit is contained in:
gibbs 2000-03-18 22:15:00 +00:00
parent cea981f3dd
commit 0f472ac00f

View File

@ -1526,17 +1526,14 @@ acquire_seeprom(struct ahc_softc *ahc, struct seeprom_descriptor *sd)
} }
static void static void
release_seeprom(sd) release_seeprom(struct seeprom_descriptor *sd)
struct seeprom_descriptor *sd;
{ {
/* Release access to the memory port and the serial EEPROM. */ /* Release access to the memory port and the serial EEPROM. */
SEEPROM_OUTB(sd, 0); SEEPROM_OUTB(sd, 0);
} }
static void static void
write_brdctl(ahc, value) write_brdctl(struct ahc_softc *ahc, u_int8_t value)
struct ahc_softc *ahc;
u_int8_t value;
{ {
u_int8_t brdctl; u_int8_t brdctl;