projects
/
platform
/
upstream
/
kernel-adaptation-pc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
43ca7ec
)
i386: Remove the useless #ifdef in i8253.h
author
Thomas Gleixner
<tglx@linutronix.de>
Fri, 12 Oct 2007 21:04:23 +0000
(23:04 +0200)
committer
Thomas Gleixner
<tglx@inhelltoy.tec.linutronix.de>
Fri, 12 Oct 2007 21:04:23 +0000
(23:04 +0200)
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Chris Wright <chrisw@sous-sol.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Arjan van de Ven <arjan@linux.intel.com>
include/asm-x86/i8253.h
patch
|
blob
|
history
diff --git
a/include/asm-x86/i8253.h
b/include/asm-x86/i8253.h
index
28cf67d
..
747548e
100644
(file)
--- a/
include/asm-x86/i8253.h
+++ b/
include/asm-x86/i8253.h
@@
-8,12
+8,8
@@
extern spinlock_t i8253_lock;
-#ifdef CONFIG_GENERIC_CLOCKEVENTS
-
extern struct clock_event_device *global_clock_event;
extern void setup_pit_timer(void);
-#endif
-
#endif /* __ASM_I8253_H__ */