[IA64] Clean away some code inside some non-existent CONFIG ifdefs
Robert P.J. Day has a script that finds places in the code that use non-existent CONFIG variables. It complained of two uses in ia64 specific code: CONFIG_IA64_SDV and CONFIG_KDB (both used in the hp/sim code). Signed-off-by: Tony Luck <tony.luck@intel.com>
This commit is contained in:
@@ -36,10 +36,6 @@
|
||||
#include <asm/hw_irq.h>
|
||||
#include <asm/uaccess.h>
|
||||
|
||||
#ifdef CONFIG_KDB
|
||||
# include <linux/kdb.h>
|
||||
#endif
|
||||
|
||||
#undef SIMSERIAL_DEBUG /* define this to get some debug information */
|
||||
|
||||
#define KEYBOARD_INTR 3 /* must match with simulator! */
|
||||
|
Reference in New Issue
Block a user