diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-08-09 11:05:22 -0400 |
---|---|---|
committer | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-10-31 19:31:01 -0400 |
commit | 8dc7a9c84fbeb8825d19c18e9d8c6fce416c473f (patch) | |
tree | 1ecfcd5318a1772824c307363f10b644c0126dc4 /arch/blackfin/mach-bf527/boards/cm_bf527.c | |
parent | 6caddf0a7476a1595b7ff83aabd510a87d934095 (diff) |
blackfin: Add export.h to files using EXPORT_SYMBOL/THIS_MODULE
These particular files were just assuming that module.h was
somehow in the include paths. Give them the more minimalist
header file explicitly.
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
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"}, |