crypto: s5p-sss - fix multiplatform build
commit56b284461923e83daa0b622dcf0e34e264b733ef
authorArnd Bergmann <arnd@arndb.de>
Fri, 9 May 2014 11:35:39 +0000 (9 13:35 +0200)
committerHerbert Xu <herbert@gondor.apana.org.au>
Tue, 13 May 2014 11:43:45 +0000 (13 19:43 +0800)
treed8dd85c79ce49124c10d06d5d97e420e16b518ad
parent7bad94aa41f74ed09f5bfaf1d4f1b58cd457e8c3
crypto: s5p-sss - fix multiplatform build

As we are preparing to enable multiplatform support on EXYNOS,
we can no longer include mach/*.h or plat/*.h headers from device
drivers.

The s5p-sss driver was just enabled for EXYNOS when it used to
be used only on s5pv210, and it includes two samsung platform
specific header files for historic reasons. Fortunately, it no
longer actually needs them, so we can remove the #includes and
avoid the problem

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Cc: Naveen Krishna Chatradhi <ch.naveen@samsung.com>
Cc: Tomasz Figa <t.figa@samsung.com>
Cc: <linux-samsung-soc@vger.kernel.org>
Cc: Vladimir Zapolskiy <vz@mleia.com>
Reviewed-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/s5p-sss.c