diff options
-rw-r--r-- | arch/powerpc/platforms/chrp/setup.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/powerpc/platforms/chrp/setup.c b/arch/powerpc/platforms/chrp/setup.c index 117c9a0055bd..1edce720afce 100644 --- a/arch/powerpc/platforms/chrp/setup.c +++ b/arch/powerpc/platforms/chrp/setup.c | |||
@@ -427,7 +427,7 @@ static void __init chrp_find_openpic(void) | |||
427 | of_node_put(np); | 427 | of_node_put(np); |
428 | } | 428 | } |
429 | 429 | ||
430 | #if defined(CONFIG_VT) && defined(CONFIG_INPUT_ADBHID) && defined(XMON) | 430 | #if defined(CONFIG_VT) && defined(CONFIG_INPUT_ADBHID) && defined(CONFIG_XMON) |
431 | static struct irqaction xmon_irqaction = { | 431 | static struct irqaction xmon_irqaction = { |
432 | .handler = xmon_irq, | 432 | .handler = xmon_irq, |
433 | .mask = CPU_MASK_NONE, | 433 | .mask = CPU_MASK_NONE, |
@@ -493,7 +493,7 @@ static void __init chrp_find_8259(void) | |||
493 | 493 | ||
494 | void __init chrp_init_IRQ(void) | 494 | void __init chrp_init_IRQ(void) |
495 | { | 495 | { |
496 | #if defined(CONFIG_VT) && defined(CONFIG_INPUT_ADBHID) && defined(XMON) | 496 | #if defined(CONFIG_VT) && defined(CONFIG_INPUT_ADBHID) && defined(CONFIG_XMON) |
497 | struct device_node *kbd; | 497 | struct device_node *kbd; |
498 | #endif | 498 | #endif |
499 | chrp_find_openpic(); | 499 | chrp_find_openpic(); |
@@ -510,7 +510,7 @@ void __init chrp_init_IRQ(void) | |||
510 | if (_chrp_type == _CHRP_Pegasos) | 510 | if (_chrp_type == _CHRP_Pegasos) |
511 | ppc_md.get_irq = i8259_irq; | 511 | ppc_md.get_irq = i8259_irq; |
512 | 512 | ||
513 | #if defined(CONFIG_VT) && defined(CONFIG_INPUT_ADBHID) && defined(XMON) | 513 | #if defined(CONFIG_VT) && defined(CONFIG_INPUT_ADBHID) && defined(CONFIG_XMON) |
514 | /* see if there is a keyboard in the device tree | 514 | /* see if there is a keyboard in the device tree |
515 | with a parent of type "adb" */ | 515 | with a parent of type "adb" */ |
516 | for (kbd = find_devices("keyboard"); kbd; kbd = kbd->next) | 516 | for (kbd = find_devices("keyboard"); kbd; kbd = kbd->next) |