]> git.baikalelectronics.ru Git - kernel.git/commit
spi: s3c24xx: Remove reference to plat/fiq.h
authorSachin Kamat <sachin.kamat@linaro.org>
Tue, 31 Dec 2013 08:30:39 +0000 (14:00 +0530)
committerMark Brown <broonie@linaro.org>
Wed, 8 Jan 2014 13:06:21 +0000 (13:06 +0000)
commit01f3c6d0a50b318c7c3abb2381c2465145b17c21
treeb5c32bdba85af8cffb1d3a4f12788fef9b7b0bc2
parent31ee78f3cde4823cf417799a00305b131b7bd642
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>
arch/arm/plat-samsung/include/plat/fiq.h [deleted file]
drivers/spi/spi-s3c24xx.c
include/linux/spi/s3c24xx.h