]> git.ipfire.org Git - thirdparty/kernel/stable.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>
Fri, 14 Nov 2014 18:10:35 +0000 (10:10 -0800)
commit2bedd937c98ebd1ec3d749b436738acd473e3cb4
treef09067e814198ce1a37db18b37d7e5fd8a087732
parentd3d02c1696542928b5743ab14de6c7024036a172
usb: Remove references to non-existent PLAT_S5P symbol

commit cd6e245a2d061a8367e37aaece32cf3fc922de80 upstream.

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