Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

spi/s3c64xx: Trivial cleanup in header file

Commit 436d42c61c3e ("ARM: samsung: move platform_data definitions")
moved the files to the current location but forgot to remove the pointer
to its previous location. Clean it up. While at it also change the header
file protection macros appropriately.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Mark Brown <broonie@linaro.org>

authored by

Sachin Kamat and committed by
Mark Brown
963eb4b8 1b5e1b69

+4 -5
+4 -5
include/linux/platform_data/spi-s3c64xx.h
··· 1 - /* linux/arch/arm/plat-samsung/include/plat/s3c64xx-spi.h 2 - * 1 + /* 3 2 * Copyright (C) 2009 Samsung Electronics Ltd. 4 3 * Jaswinder Singh <jassi.brar@samsung.com> 5 4 * ··· 7 8 * published by the Free Software Foundation. 8 9 */ 9 10 10 - #ifndef __S3C64XX_PLAT_SPI_H 11 - #define __S3C64XX_PLAT_SPI_H 11 + #ifndef __SPI_S3C64XX_H 12 + #define __SPI_S3C64XX_H 12 13 13 14 #include <linux/dmaengine.h> 14 15 ··· 67 68 extern struct s3c64xx_spi_info s3c64xx_spi0_pdata; 68 69 extern struct s3c64xx_spi_info s3c64xx_spi1_pdata; 69 70 extern struct s3c64xx_spi_info s3c64xx_spi2_pdata; 70 - #endif /* __S3C64XX_PLAT_SPI_H */ 71 + #endif /*__SPI_S3C64XX_H */