]> git.karo-electronics.de Git - linux-beck.git/commit
ARM: SAMSUNG: Declare struct platform_device in plat/s3c64xx-spi.h
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Thu, 29 Dec 2011 09:01:08 +0000 (18:01 +0900)
committerKukjin Kim <kgene.kim@samsung.com>
Wed, 11 Jan 2012 17:12:02 +0000 (02:12 +0900)
commit5b0b34ea755810462346b24e24643eb93ebc919c
tree7f5c3f36ec420368e01e24caedab4ec1de325c14
parent6fd9dd38a1124db66d2438bf9b225aef09597478
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>
arch/arm/plat-samsung/include/plat/s3c64xx-spi.h