diff options
author | Felix Fietkau <nbd@openwrt.org> | 2013-04-10 16:20:50 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2013-04-10 16:20:50 +0000 |
commit | 6436b3f7363c0968c4b469c62efe985e71c7a543 (patch) | |
tree | d5514af694b5d99f1c91e8898a8a6025fee3ffec /target/linux/cns3xxx/patches-3.8 | |
parent | edd8048107d1c96775b4ce372a24ff5daba05eae (diff) | |
download | upstream-6436b3f7363c0968c4b469c62efe985e71c7a543.tar.gz upstream-6436b3f7363c0968c4b469c62efe985e71c7a543.tar.bz2 upstream-6436b3f7363c0968c4b469c62efe985e71c7a543.zip |
cns3xxx: fix USB ehci/ohci platform driver
Update ehci/ohci driver registration to conform to the new platform
drivers.
This fixes missing USB host support in 3.8.x
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
SVN-Revision: 36309
Diffstat (limited to 'target/linux/cns3xxx/patches-3.8')
-rw-r--r-- | target/linux/cns3xxx/patches-3.8/025-smp_support.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/cns3xxx/patches-3.8/025-smp_support.patch b/target/linux/cns3xxx/patches-3.8/025-smp_support.patch index e777938e57..82b1ce6f39 100644 --- a/target/linux/cns3xxx/patches-3.8/025-smp_support.patch +++ b/target/linux/cns3xxx/patches-3.8/025-smp_support.patch @@ -28,7 +28,7 @@ #ifdef CONFIG_CACHE_L2X0 --- a/arch/arm/mach-cns3xxx/laguna.c +++ b/arch/arm/mach-cns3xxx/laguna.c -@@ -941,6 +941,7 @@ static int __init laguna_model_setup(voi +@@ -989,6 +989,7 @@ static int __init laguna_model_setup(voi late_initcall(laguna_model_setup); MACHINE_START(GW2388, "Gateworks Corporation Laguna Platform") |