From: Mark Brown Date: Thu, 29 Dec 2011 09:01:08 +0000 (+0900) Subject: ARM: SAMSUNG: Declare struct platform_device in plat/s3c64xx-spi.h X-Git-Tag: v3.3-rc1~18^2^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5b0b34ea755810462346b24e24643eb93ebc919c;p=pandora-kernel.git 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 Signed-off-by: Kukjin Kim --- Reading git-diff-tree failed