[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1348506174-28641-1-git-send-email-swarren@wwwdotorg.org>
Date: Mon, 24 Sep 2012 11:02:54 -0600
From: Stephen Warren <swarren@...dotorg.org>
To: arm@...nel.org
Cc: linux-next@...r.kernel.org, linux-kernel@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org,
Randy Dunlap <rdunlap@...otime.net>,
Simon Arlott <simon@...e.lp0.eu>, Chris Boot <bootc@...tc.net>,
Dom Cobley <popcornmix@...il.com>,
Stephen Warren <swarren@...dotorg.org>
Subject: [PATCH] irqchip: fill in empty Kconfig
Commit 89214f0 "ARM: bcm2835: add interrupt controller driver" added an
empty drivers/irqchip/Kconfig. Empty files apparently don't work well
with git (sometimes, with some versions?) so add some dummy content to
resolve this issue.
Signed-off-by: Stephen Warren <swarren@...dotorg.org>
---
drivers/irqchip/Kconfig | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/drivers/irqchip/Kconfig b/drivers/irqchip/Kconfig
index e69de29..1bb8bf6 100644
--- a/drivers/irqchip/Kconfig
+++ b/drivers/irqchip/Kconfig
@@ -0,0 +1 @@
+# empty
--
1.7.0.4
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists