From b86a53cc0d7a2e0b16ade997a421bb0ad8289918 Mon Sep 17 00:00:00 2001 From: malc Date: Fri, 31 Aug 2007 00:08:44 +0400 Subject: [PATCH] QUIRK mode is now unconditional --- mod/itc-mod.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/mod/itc-mod.c b/mod/itc-mod.c index f43999a..0b60e90 100644 --- a/mod/itc-mod.c +++ b/mod/itc-mod.c @@ -144,9 +144,7 @@ dummy_wakeup (void *unused) * **********************************************************************/ #if LINUX_VERSION_CODE > KERNEL_VERSION (2, 6, 0) -#ifndef CONFIG_APM #define QUIRK -#endif #else void default_idle (void); #endif -- 2.11.4.GIT