Commit db2f4e00 authored by Mikael Pettersson's avatar Mikael Pettersson Committed by Paul Mackerras

[PATCH] local APIC driver model cleanups

This patch cleans up a few leftovers after Mochel's recent
driver model changes. Tested. Please apply.

- arch/i386/kernel/apic.c: <linux/module.h> no longer needed
- include/asm-i386/apic.h: device_lapic no longer exported
parent 2475e282
...@@ -26,8 +26,6 @@ ...@@ -26,8 +26,6 @@
#include <linux/mc146818rtc.h> #include <linux/mc146818rtc.h>
#include <linux/kernel_stat.h> #include <linux/kernel_stat.h>
#include <linux/sysdev.h> #include <linux/sysdev.h>
#include <linux/module.h>
#include <asm/atomic.h> #include <asm/atomic.h>
#include <asm/smp.h> #include <asm/smp.h>
......
...@@ -86,10 +86,6 @@ extern int APIC_init_uniprocessor (void); ...@@ -86,10 +86,6 @@ extern int APIC_init_uniprocessor (void);
extern void disable_APIC_timer(void); extern void disable_APIC_timer(void);
extern void enable_APIC_timer(void); extern void enable_APIC_timer(void);
#ifdef CONFIG_PM
extern struct sys_device device_lapic;
#endif
extern int check_nmi_watchdog (void); extern int check_nmi_watchdog (void);
extern void enable_NMI_through_LVT0 (void * dummy); extern void enable_NMI_through_LVT0 (void * dummy);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment