diff options
Diffstat (limited to 'arch/i386/kernel/io_apic.c')
-rw-r--r-- | arch/i386/kernel/io_apic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/i386/kernel/io_apic.c b/arch/i386/kernel/io_apic.c index 9c1350e811d0..5e0d55be5435 100644 --- a/arch/i386/kernel/io_apic.c +++ b/arch/i386/kernel/io_apic.c | |||
@@ -2299,7 +2299,7 @@ struct sysfs_ioapic_data { | |||
2299 | }; | 2299 | }; |
2300 | static struct sysfs_ioapic_data * mp_ioapic_data[MAX_IO_APICS]; | 2300 | static struct sysfs_ioapic_data * mp_ioapic_data[MAX_IO_APICS]; |
2301 | 2301 | ||
2302 | static int ioapic_suspend(struct sys_device *dev, u32 state) | 2302 | static int ioapic_suspend(struct sys_device *dev, pm_message_t state) |
2303 | { | 2303 | { |
2304 | struct IO_APIC_route_entry *entry; | 2304 | struct IO_APIC_route_entry *entry; |
2305 | struct sysfs_ioapic_data *data; | 2305 | struct sysfs_ioapic_data *data; |