History log of /include/linux/spi/s3c24xx.h
Revision Date Author Comments
85a9012446d4b59a57c5942ca059144fdf8cd439 31-Dec-2013 Sachin Kamat <sachin.kamat@linaro.org> spi: s3c24xx: Remove reference to plat/fiq.h

fiq.h contains only a function declaration and is not used by anyone
else. Move the declaration to the driver header file and remove the
unnecessary platform dependency from the driver.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Mark Brown <broonie@linaro.org>
f35ef7cab2db0a8b577bef59122b59220efdac44 31-Jan-2012 Heiko Stuebner <heiko@sntech.de> ARM: S3C24XX: move spi-s3c24xx platdata out of mach

spi.h now only contains the definition of the platform data structure
for the driver in spi-s3c24xx.c . Therefore it does not need to stay
in include/mach but can instead live in linux/spi/s3c24xx.h .

Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Cc: Grant Likely <grant.likely@secretlab.ca>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>