]> git.karo-electronics.de Git - karo-tx-linux.git/commit
USB: move common alchemy USB routines to arch/mips/alchemy/common.c
authorFlorian Fainelli <florian@openwrt.org>
Mon, 8 Oct 2012 13:11:40 +0000 (15:11 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 22 Oct 2012 18:29:12 +0000 (11:29 -0700)
commit216d0fded417d26a19049038788813af126b9d66
treea8b90b43d8d0bd804dae305c0bd9babe0250f620
parentbb5da43e4525d3338f51edb980e3067b111b78aa
USB: move common alchemy USB routines to arch/mips/alchemy/common.c

A previous patch converted the Alchemy platform to use the OHCI and EHCI
platform drivers. As a result, all the common logic to handle USB present in
drivers/usb/host/alchemy-common.c has no reason to remain here, so we move it
to arch/mips/alchemy/common/usb.c which is a more appropriate place. This
change was suggested by Manuel Lauss.

Signed-off-by: Florian Fainelli <florian@openwrt.org>
Acked-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/mips/alchemy/common/Makefile
arch/mips/alchemy/common/usb.c [moved from drivers/usb/host/alchemy-common.c with 100% similarity]
drivers/usb/host/Makefile