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-bf537/boards/pnav10.c | |
parent | 6caddf0a7476a1595b7ff83aabd510a87d934095 (diff) | |
download | blackbird-op-linux-8dc7a9c84fbeb8825d19c18e9d8c6fce416c473f.tar.gz blackbird-op-linux-8dc7a9c84fbeb8825d19c18e9d8c6fce416c473f.zip |
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-bf537/boards/pnav10.c')
-rw-r--r-- | arch/blackfin/mach-bf537/boards/pnav10.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/blackfin/mach-bf537/boards/pnav10.c b/arch/blackfin/mach-bf537/boards/pnav10.c index 3b8151d99b9a..3099e91114fc 100644 --- a/arch/blackfin/mach-bf537/boards/pnav10.c +++ b/arch/blackfin/mach-bf537/boards/pnav10.c @@ -100,6 +100,7 @@ static struct platform_device smc91x_device = { #if defined(CONFIG_BFIN_MAC) || defined(CONFIG_BFIN_MAC_MODULE) #include <linux/bfin_mac.h> +#include <linux/export.h> static const unsigned short bfin_mac_peripherals[] = P_RMII0; static struct bfin_phydev_platform_data bfin_phydev_data[] = { |