]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/input/serio/i8042-io.h
powerpc: convert CONFIG_PPC_MERGE to CONFIG_PPC for legacy io checks
[linux-2.6-omap-h63xx.git] / drivers / input / serio / i8042-io.h
index f451c7351a9da1b0614e1e04412f65e07116a37c..847f4aad7ed560f2c5d9b91f8ba34079b6c99d7c 100644 (file)
@@ -67,7 +67,7 @@ static inline int i8042_platform_init(void)
  * On some platforms touching the i8042 data register region can do really
  * bad things. Because of this the region is always reserved on such boxes.
  */
-#if defined(CONFIG_PPC_MERGE)
+#if defined(CONFIG_PPC)
        if (check_legacy_ioport(I8042_DATA_REG))
                return -ENODEV;
 #endif