diff options
author | Stephen Warren <swarren@wwwdotorg.org> | 2012-09-24 11:02:54 -0600 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2012-09-24 10:07:40 -0700 |
commit | 0288ac4d666666d1d12a83deee1a27df1debdb7c (patch) | |
tree | 1e3a5b7e89fe51cfcfbce93104c58f3d303aa2b3 /drivers/irqchip | |
parent | f680f25c635a1a4327bef34fcbe1e9e3777b546c (diff) | |
download | linux-0288ac4d666666d1d12a83deee1a27df1debdb7c.tar.gz linux-0288ac4d666666d1d12a83deee1a27df1debdb7c.tar.xz |
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@wwwdotorg.org>
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'drivers/irqchip')
-rw-r--r-- | drivers/irqchip/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/irqchip/Kconfig b/drivers/irqchip/Kconfig index e69de29bb2d1..1bb8bf6d7fd4 100644 --- a/drivers/irqchip/Kconfig +++ b/drivers/irqchip/Kconfig @@ -0,0 +1 @@ +# empty |