usb: Remove references to non-existent PLAT_S5P symbol
authorSylwester Nawrocki <s.nawrocki@samsung.com>
Tue, 7 Oct 2014 09:12:07 +0000 (11:12 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 3 Nov 2014 23:26:16 +0000 (15:26 -0800)
commitcd6e245a2d061a8367e37aaece32cf3fc922de80
tree009643170648ae3478841ecdfec0258486d26b02
parent673029fe9c16c95600bdaca4760673527af32edf
usb: Remove references to non-existent PLAT_S5P symbol

The PLAT_S5P Kconfig symbol was removed in commit d78c16ccde96
("ARM: SAMSUNG: Remove remaining legacy code"). There are still
some references left, fix that by replacing them with ARCH_S5PV210.

Fixes: d78c16ccde96 ("ARM: SAMSUNG: Remove remaining legacy code")
Reported-by: Paul Bolle <pebolle@tiscali.nl>
Acked-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/Kconfig