소스 검색

ARM: mark empty gpio.h files empty

It is generally a better idea to make intentionally empty files
contain the human-readable /* empty */ comment, also it makes
the files play nice with "make distclean".

Reported-by: Jeff Garzik <jeff@garzik.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Acked-by: Jeff Garzik <jeff@garzik.org>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Linus Walleij 14 년 전
부모
커밋
81397a625d
3개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      arch/arm/mach-lpc32xx/include/mach/gpio.h
  2. 1 0
      arch/arm/mach-tegra/include/mach/gpio.h
  3. 1 0
      arch/arm/mach-u300/include/mach/gpio.h

+ 1 - 0
arch/arm/mach-lpc32xx/include/mach/gpio.h

@@ -0,0 +1 @@
+/* empty */

+ 1 - 0
arch/arm/mach-tegra/include/mach/gpio.h

@@ -0,0 +1 @@
+/* empty */

+ 1 - 0
arch/arm/mach-u300/include/mach/gpio.h

@@ -0,0 +1 @@
+/* empty */