|
@@ -1,5 +1,4 @@
|
|
|
-/* linux/arch/arm/plat-samsung/include/plat/s3c64xx-spi.h
|
|
|
- *
|
|
|
+/*
|
|
|
* Copyright (C) 2009 Samsung Electronics Ltd.
|
|
|
* Jaswinder Singh <jassi.brar@samsung.com>
|
|
|
*
|
|
@@ -8,8 +7,8 @@
|
|
|
* published by the Free Software Foundation.
|
|
|
*/
|
|
|
|
|
|
-#ifndef __S3C64XX_PLAT_SPI_H
|
|
|
-#define __S3C64XX_PLAT_SPI_H
|
|
|
+#ifndef __SPI_S3C64XX_H
|
|
|
+#define __SPI_S3C64XX_H
|
|
|
|
|
|
#include <linux/dmaengine.h>
|
|
|
|
|
@@ -68,4 +67,4 @@ extern int s3c64xx_spi2_cfg_gpio(void);
|
|
|
extern struct s3c64xx_spi_info s3c64xx_spi0_pdata;
|
|
|
extern struct s3c64xx_spi_info s3c64xx_spi1_pdata;
|
|
|
extern struct s3c64xx_spi_info s3c64xx_spi2_pdata;
|
|
|
-#endif /* __S3C64XX_PLAT_SPI_H */
|
|
|
+#endif /*__SPI_S3C64XX_H */
|