|
@@ -1,5 +1,4 @@
|
|
|
-/* arch/arm/mach-s3c2410/include/mach/spi.h
|
|
|
- *
|
|
|
+/*
|
|
|
* Copyright (c) 2006 Simtec Electronics
|
|
|
* Ben Dooks <ben@simtec.co.uk>
|
|
|
*
|
|
@@ -10,8 +9,8 @@
|
|
|
* published by the Free Software Foundation.
|
|
|
*/
|
|
|
|
|
|
-#ifndef __ASM_ARCH_SPI_H
|
|
|
-#define __ASM_ARCH_SPI_H __FILE__
|
|
|
+#ifndef __LINUX_SPI_S3C24XX_H
|
|
|
+#define __LINUX_SPI_S3C24XX_H __FILE__
|
|
|
|
|
|
struct s3c2410_spi_info {
|
|
|
int pin_cs; /* simple gpio cs */
|
|
@@ -24,4 +23,4 @@ struct s3c2410_spi_info {
|
|
|
void (*set_cs)(struct s3c2410_spi_info *spi, int cs, int pol);
|
|
|
};
|
|
|
|
|
|
-#endif /* __ASM_ARCH_SPI_H */
|
|
|
+#endif /* __LINUX_SPI_S3C24XX_H */
|