aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2012-01-29 15:44:45 -0500
committerPaul Gortmaker <paul.gortmaker@windriver.com>2012-02-28 19:31:56 -0500
commit13ae246db4a02971ef4f557af1f6d3e21d64b710 (patch)
treee40e4a686a57f987b1a3c682656de174e6b980b0 /arch
parentLinux 3.3-rc5 (diff)
downloadlinux-dev-13ae246db4a02971ef4f557af1f6d3e21d64b710.tar.xz
linux-dev-13ae246db4a02971ef4f557af1f6d3e21d64b710.zip
includecheck: delete any duplicate instances of module.h
Different tree maintainers picked up independently generated trivial compile fixes based on linux-next testing, resulting in some cases where a file would have got more than one addition of module.h once everything was all merged together. Delete any duplicates so includecheck isn't complaining about anything related to module.h/export.h changes. Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/blackfin/mach-bf537/boards/pnav10.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/blackfin/mach-bf537/boards/pnav10.c b/arch/blackfin/mach-bf537/boards/pnav10.c
index 6fd84709fc68..7d15a3024e48 100644
--- a/arch/blackfin/mach-bf537/boards/pnav10.c
+++ b/arch/blackfin/mach-bf537/boards/pnav10.c
@@ -101,7 +101,6 @@ 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[] = {