From patchwork Fri Oct 28 20:19:02 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Linus Walleij X-Patchwork-Id: 4877 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id 2257523E03 for ; Fri, 28 Oct 2011 20:19:18 +0000 (UTC) Received: from mail-fx0-f52.google.com (mail-fx0-f52.google.com [209.85.161.52]) by fiordland.canonical.com (Postfix) with ESMTP id EB938A180A0 for ; Fri, 28 Oct 2011 20:19:17 +0000 (UTC) Received: by faan26 with SMTP id n26so5999861faa.11 for ; Fri, 28 Oct 2011 13:19:17 -0700 (PDT) Received: by 10.223.36.193 with SMTP id u1mr8256859fad.27.1319833157698; Fri, 28 Oct 2011 13:19:17 -0700 (PDT) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.152.1.71 with SMTP id 7cs21894lak; Fri, 28 Oct 2011 13:19:17 -0700 (PDT) Received: by 10.204.145.89 with SMTP id c25mr2946545bkv.35.1319833150750; Fri, 28 Oct 2011 13:19:10 -0700 (PDT) Received: from mail.df.lth.se (mail.df.lth.se. [194.47.250.12]) by mx.google.com with ESMTPS id aa6si5107776bkc.61.2011.10.28.13.19.10 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 28 Oct 2011 13:19:10 -0700 (PDT) Received-SPF: pass (google.com: domain of triad@df.lth.se designates 194.47.250.12 as permitted sender) client-ip=194.47.250.12; Authentication-Results: mx.google.com; spf=pass (google.com: domain of triad@df.lth.se designates 194.47.250.12 as permitted sender) smtp.mail=triad@df.lth.se Received: from mer.df.lth.se (mer.df.lth.se [194.47.250.37]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.df.lth.se (Postfix) with ESMTPS id 47A2765D6B; Fri, 28 Oct 2011 22:19:10 +0200 (CEST) Received: from mer.df.lth.se (triad@localhost.localdomain [127.0.0.1]) by mer.df.lth.se (8.14.3/8.14.3/Debian-9.4) with ESMTP id p9SKJ9C4004792; Fri, 28 Oct 2011 22:19:09 +0200 Received: (from triad@localhost) by mer.df.lth.se (8.14.3/8.14.3/Submit) id p9SKJ64t004791; Fri, 28 Oct 2011 22:19:06 +0200 From: Linus Walleij To: linux-arm-kernel@lists.infradead.org, Jeff Garzik Cc: linux-kernel@vger.kernel.org, swarren@nvidia.com, olof@lixom.net, ben@decadent.org.uk, arnaud.patard@rtp-net.org, grant.likely@secretlab.ca, w.sang@pengutronix.de, bs14@csr.com, Linus Walleij Subject: [PATCH] ARM: mark empty gpio.h files empty Date: Fri, 28 Oct 2011 22:19:02 +0200 Message-Id: <1319833142-4764-1-git-send-email-linus.walleij@linaro.org> X-Mailer: git-send-email 1.7.2.5 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 --- arch/arm/mach-lpc32xx/include/mach/gpio.h | 1 + arch/arm/mach-tegra/include/mach/gpio.h | 1 + arch/arm/mach-u300/include/mach/gpio.h | 1 + 3 files changed, 3 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-lpc32xx/include/mach/gpio.h b/arch/arm/mach-lpc32xx/include/mach/gpio.h index e69de29..40a8c17 100644 --- a/arch/arm/mach-lpc32xx/include/mach/gpio.h +++ b/arch/arm/mach-lpc32xx/include/mach/gpio.h @@ -0,0 +1 @@ +/* empty */ diff --git a/arch/arm/mach-tegra/include/mach/gpio.h b/arch/arm/mach-tegra/include/mach/gpio.h index e69de29..40a8c17 100644 --- a/arch/arm/mach-tegra/include/mach/gpio.h +++ b/arch/arm/mach-tegra/include/mach/gpio.h @@ -0,0 +1 @@ +/* empty */ diff --git a/arch/arm/mach-u300/include/mach/gpio.h b/arch/arm/mach-u300/include/mach/gpio.h index e69de29..40a8c17 100644 --- a/arch/arm/mach-u300/include/mach/gpio.h +++ b/arch/arm/mach-u300/include/mach/gpio.h @@ -0,0 +1 @@ +/* empty */