Skip to content

Commit

Permalink
ARM: mark empty gpio.h files empty
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Linus Walleij authored and Grant Likely committed Oct 29, 2011
1 parent 041af83 commit 81397a6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/mach-lpc32xx/include/mach/gpio.h
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/* empty */
1 change: 1 addition & 0 deletions arch/arm/mach-tegra/include/mach/gpio.h
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/* empty */
1 change: 1 addition & 0 deletions arch/arm/mach-u300/include/mach/gpio.h
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/* empty */

0 comments on commit 81397a6

Please sign in to comment.