summaryrefslogtreecommitdiffstats
path: root/arch/ia64/hp/sim/simserial.c
diff options
context:
space:
mode:
authorTony Luck <tony.luck@intel.com>2007-07-13 16:31:54 -0700
committerTony Luck <tony.luck@intel.com>2007-07-13 16:31:54 -0700
commit4f8de2745629330d78776282ea490fece22ee5e4 (patch)
tree7894af1fd84ff7b2e2542dcee337545b9887a318 /arch/ia64/hp/sim/simserial.c
parent829a9996259e4d0b20ce7b94c49b985d6ba6b760 (diff)
downloadop-kernel-dev-4f8de2745629330d78776282ea490fece22ee5e4.zip
op-kernel-dev-4f8de2745629330d78776282ea490fece22ee5e4.tar.gz
[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>
Diffstat (limited to 'arch/ia64/hp/sim/simserial.c')
-rw-r--r--arch/ia64/hp/sim/simserial.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/ia64/hp/sim/simserial.c b/arch/ia64/hp/sim/simserial.c
index 324ea75..ef252df 100644
--- a/arch/ia64/hp/sim/simserial.c
+++ b/arch/ia64/hp/sim/simserial.c
@@ -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! */
OpenPOWER on IntegriCloud