diff options
Diffstat (limited to 'sys/i386/isa/ctx.c')
-rw-r--r-- | sys/i386/isa/ctx.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/isa/ctx.c b/sys/i386/isa/ctx.c index b1e6e44..e70c40e 100644 --- a/sys/i386/isa/ctx.c +++ b/sys/i386/isa/ctx.c @@ -133,8 +133,8 @@ static int waitvb(int port); #define UNIT(x) ((x) & 0x07) -static int ctxprobe __P((struct isa_device *devp)); -static int ctxattach __P((struct isa_device *devp)); +static int ctxprobe(struct isa_device *devp); +static int ctxattach(struct isa_device *devp); struct isa_driver ctxdriver = { INTR_TYPE_MISC, ctxprobe, |