diff options
Diffstat (limited to 'arch/blackfin/mach-bf527/boards/cm_bf527.c')
-rw-r--r-- | arch/blackfin/mach-bf527/boards/cm_bf527.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/blackfin/mach-bf527/boards/cm_bf527.c b/arch/blackfin/mach-bf527/boards/cm_bf527.c index 6400341cc230..6410fc1af8ed 100644 --- a/arch/blackfin/mach-bf527/boards/cm_bf527.c +++ b/arch/blackfin/mach-bf527/boards/cm_bf527.c | |||
@@ -801,6 +801,7 @@ static struct platform_device bfin_sport1_uart_device = { | |||
801 | #if defined(CONFIG_KEYBOARD_GPIO) || defined(CONFIG_KEYBOARD_GPIO_MODULE) | 801 | #if defined(CONFIG_KEYBOARD_GPIO) || defined(CONFIG_KEYBOARD_GPIO_MODULE) |
802 | #include <linux/input.h> | 802 | #include <linux/input.h> |
803 | #include <linux/gpio_keys.h> | 803 | #include <linux/gpio_keys.h> |
804 | #include <linux/export.h> | ||
804 | 805 | ||
805 | static struct gpio_keys_button bfin_gpio_keys_table[] = { | 806 | static struct gpio_keys_button bfin_gpio_keys_table[] = { |
806 | {BTN_0, GPIO_PF14, 1, "gpio-keys: BTN0"}, | 807 | {BTN_0, GPIO_PF14, 1, "gpio-keys: BTN0"}, |