linux-next.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] irqchip: fill in empty Kconfig
@ 2012-09-24 17:02 Stephen Warren
  2012-09-24 17:09 ` Olof Johansson
  0 siblings, 1 reply; 2+ messages in thread
From: Stephen Warren @ 2012-09-24 17:02 UTC (permalink / raw)
  To: arm
  Cc: linux-next, linux-kernel, linux-arm-kernel, Randy Dunlap,
	Simon Arlott, Chris Boot, Dom Cobley, Stephen Warren

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@wwwdotorg.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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-09-24 17:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-24 17:02 [PATCH] irqchip: fill in empty Kconfig Stephen Warren
2012-09-24 17:09 ` Olof Johansson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).