From: Ben Dooks Date: Sun, 8 Jun 2008 16:20:11 +0000 (+0100) Subject: OHCI: Fix problem if SM501 and another platform driver is selected X-Git-Tag: v2.6.26-rc9~62^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ee38d8bf46b364b1ca364ddb7c379a4afcd8bbb;p=pandora-kernel.git 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 Acked-by: David Brownell Cc: stable Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed