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)
commit3ee38d8bf46b364b1ca364ddb7c379a4afcd8bbb
tree429b606d3b75e142d8fb7f2af7855addac9a7270
parentc461a973118346d5c103aaaddd62e53939fd7c67
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