mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-16 10:20:30 +00:00
KNR -> ANSI function definition in two places. This matches the rest of
the code in this driver.
This commit is contained in:
parent
a9e181db4a
commit
c4b5781296
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=58253
@ -1526,17 +1526,14 @@ acquire_seeprom(struct ahc_softc *ahc, struct seeprom_descriptor *sd)
|
||||
}
|
||||
|
||||
static void
|
||||
release_seeprom(sd)
|
||||
struct seeprom_descriptor *sd;
|
||||
release_seeprom(struct seeprom_descriptor *sd)
|
||||
{
|
||||
/* Release access to the memory port and the serial EEPROM. */
|
||||
SEEPROM_OUTB(sd, 0);
|
||||
}
|
||||
|
||||
static void
|
||||
write_brdctl(ahc, value)
|
||||
struct ahc_softc *ahc;
|
||||
u_int8_t value;
|
||||
write_brdctl(struct ahc_softc *ahc, u_int8_t value)
|
||||
{
|
||||
u_int8_t brdctl;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user