diff options
Diffstat (limited to 'sys/pci/intpm.c')
| -rw-r--r-- | sys/pci/intpm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pci/intpm.c b/sys/pci/intpm.c index 5aa9c0199309..a3c780f5c14d 100644 --- a/sys/pci/intpm.c +++ b/sys/pci/intpm.c @@ -642,7 +642,7 @@ intsmb_bread(device_t dev, u_char slave, char cmd, u_char count, char *buf) DRIVER_MODULE(intsmb, intpm , intpm_driver, intsmb_devclass, 0, 0); -static void intpm_intr __P((void *arg)); +static void intpm_intr(void *arg); static int intpm_attach(device_t dev) { |
