]> Pileus Git - ~andy/linux/blobdiff - drivers/input/input-compat.h
rt2x00: Fix failed SLEEP->AWAKE and AWAKE->SLEEP transitions.
[~andy/linux] / drivers / input / input-compat.h
index 47cd9eaee66a6b7ef4cd2b706ec05611681fff68..4d8ea32e8a001847746a796c43cf79dc70ae3c3c 100644 (file)
@@ -21,8 +21,6 @@
    you why the ifdefs are needed? Think about it again. -AK */
 #ifdef CONFIG_X86_64
 #  define INPUT_COMPAT_TEST is_compat_task()
-#elif defined(CONFIG_IA64)
-#  define INPUT_COMPAT_TEST IS_IA32_PROCESS(task_pt_regs(current))
 #elif defined(CONFIG_S390)
 #  define INPUT_COMPAT_TEST test_thread_flag(TIF_31BIT)
 #elif defined(CONFIG_MIPS)