diff options
Diffstat (limited to 'arch/x86_64/kernel/time.c')
-rw-r--r-- | arch/x86_64/kernel/time.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86_64/kernel/time.c b/arch/x86_64/kernel/time.c index 74102796e5c0..43c9fa0f8d5f 100644 --- a/arch/x86_64/kernel/time.c +++ b/arch/x86_64/kernel/time.c | |||
@@ -1075,8 +1075,6 @@ device_initcall(time_init_device); | |||
1075 | */ | 1075 | */ |
1076 | #include <linux/rtc.h> | 1076 | #include <linux/rtc.h> |
1077 | 1077 | ||
1078 | extern irqreturn_t rtc_interrupt(int irq, void *dev_id, struct pt_regs *regs); | ||
1079 | |||
1080 | #define DEFAULT_RTC_INT_FREQ 64 | 1078 | #define DEFAULT_RTC_INT_FREQ 64 |
1081 | #define RTC_NUM_INTS 1 | 1079 | #define RTC_NUM_INTS 1 |
1082 | 1080 | ||