diff options
Diffstat (limited to 'arch/x86/kernel/apm_32.c')
| -rw-r--r-- | arch/x86/kernel/apm_32.c | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/kernel/apm_32.c b/arch/x86/kernel/apm_32.c index 66b5faffe14..53a4e274484 100644 --- a/arch/x86/kernel/apm_32.c +++ b/arch/x86/kernel/apm_32.c @@ -373,7 +373,6 @@ static int apm_cpu_idle(struct cpuidle_device *dev,  static struct cpuidle_driver apm_idle_driver = {  	.name = "apm_idle",  	.owner = THIS_MODULE, -	.en_core_tk_irqen = 1,  	.states = {  		{ /* entry 0 is for polling */ },  		{ /* entry 1 is for APM idle */  |