On Tuesday 23 March 2010, Martin Krause wrote:
> CC drivers/spi/spi.o
> CC drivers/spi/spi_s3c64xx.o
> drivers/spi/spi_s3c64xx.c:31:30: error: plat/s3c64xx-spi.h: No such file
> or directory
>
> The file 's3c64xx-spi.h' seems not to exist in my repo. What am I
> doing wrong?
I have it:
arch/arm/plat-samsung/include/plat/s3c64xx-spi.h
Looks like you're missing this commit:
commit 398ccccb770e6ed3e138925404f0746cbe57c5a1
Author: Jassi Brar <@@@>
Date: Mon Jan 18 17:45:52 2010 +0900
ARM: S3C64XX: SPI: Header for passing platform data
We need a way to pass controller specific information to the SPI driver.
For that purpose new headers are made.
SPI Controller is assumed 'type-s3c64xx' and can be defined for newer SoCs.
Hence, that part is placed under plat-samsung to be shared across newer
SoCs.
SoC specific part - spi source clocks, will be placed
under plat-<soc>/include/plat/
Note that both samsung the and spi branches have been included in
mainline git in the mean time (for 2.6.34).
Cheers,
FJP
--
To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html