commit | d3e5f3cd42a3dc938a030624ce7e3be86f741f47 | [log] [tgz] |
---|---|---|
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | Thu Dec 29 18:01:08 2011 +0900 |
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | Mon Jan 09 00:16:05 2012 -0800 |
tree | 06bdee1d8db3bf2252103d677c7f9e88f94651e1 | |
parent | 4f5d6330617a9c7f68ea22d8382c5144d15aacfa [diff] |
ARM: SAMSUNG: Declare struct platform_device in plat/s3c64xx-spi.h The function declarations in plat/s3c64xx-spi.h rely on struct platform_device but it's not declared by the header causing compiler warnings if it is included prior to another header which does that. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>