From 81397a625d063403d80a25bba00fa1cb6d7e04f5 Mon Sep 17 00:00:00 2001 From: Linus Walleij Date: Fri, 28 Oct 2011 22:19:02 +0200 Subject: 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 Signed-off-by: Linus Walleij Acked-by: Jeff Garzik Signed-off-by: Grant Likely --- arch/arm/mach-u300/include/mach/gpio.h | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/arm/mach-u300/include/mach/gpio.h') diff --git a/arch/arm/mach-u300/include/mach/gpio.h b/arch/arm/mach-u300/include/mach/gpio.h index e69de29bb2d1..40a8c178f10d 100644 --- a/arch/arm/mach-u300/include/mach/gpio.h +++ b/arch/arm/mach-u300/include/mach/gpio.h @@ -0,0 +1 @@ +/* empty */ -- cgit v1.2.3-59-g8ed1b