]> git.baikalelectronics.ru Git - kernel.git/commit
OHCI: Fix problem if SM501 and another platform driver is selected
authorBen Dooks <ben-linux@fluff.org>
Sun, 8 Jun 2008 16:20:11 +0000 (17:20 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 4 Jul 2008 01:20:35 +0000 (18:20 -0700)
commit4c06e5286e32fb074293e7d5c5809af954dc767c
tree429b606d3b75e142d8fb7f2af7855addac9a7270
parentdc32382d2e0795d9cffa72fa3eea2724bc3679f6
OHCI: Fix problem if SM501 and another platform driver is selected

If the SM501 and another platform driver, such as the SM501
then we end up defining PLATFORM_DRIVER twice. This patch
seperated the SM501 onto a seperate define of SM501_OHCI_DRIVER
so that it can be selected without overwriting the original
definition.

Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Acked-by: David Brownell <dbrownell@users.sourceforge.net>
Cc: stable <stable@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/host/ohci-hcd.c