]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit9dafa6d1c52b92fbbd34ab9aa9d8f8b37a13ba3e
tree009643170648ae3478841ecdfec0258486d26b02
parent41a46fe26aa545325a98d491b6e498f838ccb32b
usb: Remove references to non-existent PLAT_S5P symbol

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

Fixes: af5aeba64b8e ("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