aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2013-01-01 13:15:16 +0000
committerGabor Juhos <juhosg@openwrt.org>2013-01-01 13:15:16 +0000
commit3d264ffd0a4bf238f46c57aadbce9a756cbbc86a (patch)
tree3c0a542a9c37cc2e7803f657c31637de82a451e3 /target
parent86fee1635a70a67b2acc36bffb45f4e23f7c8f94 (diff)
downloadmaster-187ad058-3d264ffd0a4bf238f46c57aadbce9a756cbbc86a.tar.gz
master-187ad058-3d264ffd0a4bf238f46c57aadbce9a756cbbc86a.tar.bz2
master-187ad058-3d264ffd0a4bf238f46c57aadbce9a756cbbc86a.zip
adm5120: don't include asm/system.h in adm5120-hcd.c
Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34948 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r--target/linux/adm5120/files/drivers/usb/host/adm5120-hcd.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/adm5120/files/drivers/usb/host/adm5120-hcd.c b/target/linux/adm5120/files/drivers/usb/host/adm5120-hcd.c
index 7dfa804487..f721ec1ff8 100644
--- a/target/linux/adm5120/files/drivers/usb/host/adm5120-hcd.c
+++ b/target/linux/adm5120/files/drivers/usb/host/adm5120-hcd.c
@@ -39,7 +39,6 @@
#include <linux/io.h>
#include <asm/irq.h>
-#include <asm/system.h>
#include <asm/unaligned.h>
#include <asm/byteorder.h>