gpio_keys_pe: disable CPUFREQ_TICKLE

This commit is contained in:
James Sullins
2012-01-03 01:23:01 -06:00
parent d938aa5c57
commit 2a285a6144

View File

@@ -342,7 +342,7 @@ gpio_keys_debounce_timer(unsigned long data)
input_sync (btn->kdev->idev); input_sync (btn->kdev->idev);
// tickle the cpu into high performance on button presses // tickle the cpu into high performance on button presses
CPUFREQ_TICKLE(); // CPUFREQ_TICKLE(); // TODO -- no CPUFREQ_TICKLE in 3.x kernel
#ifdef CONFIG_GPIO_KEYS_TRIGGER #ifdef CONFIG_GPIO_KEYS_TRIGGER
gpio_keys_check_keytrigger_event ( btn->kdev ); gpio_keys_check_keytrigger_event ( btn->kdev );