- patches.apparmor/remove_suid_new_case_in_2.6.22.diff: Merge fix.
[linux-flexiantxendom0-3.2.10.git] / include / asm-i386 / i8253.h
index 440e03e..6cb0dd4 100644 (file)
@@ -5,8 +5,6 @@
 
 extern spinlock_t i8253_lock;
 
-#ifdef CONFIG_GENERIC_CLOCKEVENTS
-
 extern struct clock_event_device *global_clock_event;
 
 /**
@@ -20,6 +18,4 @@ static inline void pit_interrupt_hook(void)
        global_clock_event->event_handler(global_clock_event);
 }
 
-#endif
-
 #endif /* __ASM_I8253_H__ */