rk27xx: Fix ifdef for DEBUG_CANCEL button.

Change-Id: Iebbe518dcaf5c9e1573309b3fee17b52998d941c
This commit is contained in:
Andrew Ryabinin 2013-12-16 00:17:46 +04:00
parent ed5b853c18
commit 04c59b8a15

View file

@ -32,7 +32,7 @@
#ifdef RK27_GENERIC #ifdef RK27_GENERIC
#define DEBUG_CANCEL BUTTON_VOL #define DEBUG_CANCEL BUTTON_VOL
#elif defined(HM60X) || defined(HM801) || defined(MA_PAD) #elif defined(HM60X) || defined(HM801) || (CONFIG_KEYPAD == MA_PAD)
#define DEBUG_CANCEL BUTTON_LEFT #define DEBUG_CANCEL BUTTON_LEFT
#endif #endif