diff options
Diffstat (limited to 'drivers/scsi/dpti.h')
-rw-r--r-- | drivers/scsi/dpti.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/dpti.h b/drivers/scsi/dpti.h index 289983264929..fd79068c5869 100644 --- a/drivers/scsi/dpti.h +++ b/drivers/scsi/dpti.h | |||
@@ -263,7 +263,7 @@ struct sg_simple_element { | |||
263 | static void adpt_i2o_sys_shutdown(void); | 263 | static void adpt_i2o_sys_shutdown(void); |
264 | static int adpt_init(void); | 264 | static int adpt_init(void); |
265 | static int adpt_i2o_build_sys_table(void); | 265 | static int adpt_i2o_build_sys_table(void); |
266 | static irqreturn_t adpt_isr(int irq, void *dev_id, struct pt_regs *regs); | 266 | static irqreturn_t adpt_isr(int irq, void *dev_id); |
267 | #ifdef REBOOT_NOTIFIER | 267 | #ifdef REBOOT_NOTIFIER |
268 | static int adpt_reboot_event(struct notifier_block *n, ulong code, void *p); | 268 | static int adpt_reboot_event(struct notifier_block *n, ulong code, void *p); |
269 | #endif | 269 | #endif |