diff options
author | Olof Johansson <olof@lixom.net> | 2012-11-06 16:51:06 +0100 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2012-11-06 16:51:06 +0100 |
commit | 66267ee58732bb4c21c7bbba004ee481b8ad2b30 (patch) | |
tree | bf7f72e623d7c1ca6472e0a1286e802cd3bff139 /arch/mips/include/asm/Kbuild | |
parent | ARM: pxa: use module_platform_driver macro (diff) | |
parent | zynq: move static peripheral mappings (diff) | |
download | linux-66267ee58732bb4c21c7bbba004ee481b8ad2b30.tar.xz linux-66267ee58732bb4c21c7bbba004ee481b8ad2b30.zip |
Merge branch 'arm-next' of git://git.xilinx.com/linux-xlnx into next/cleanup
From Michal Simek:
* 'arm-next' of git://git.xilinx.com/linux-xlnx:
zynq: move static peripheral mappings
zynq: remove use of CLKDEV_LOOKUP
zynq: use pl310 device tree bindings
zynq: use GIC device tree bindings
+ Linux 3.7-rc3
Diffstat (limited to 'arch/mips/include/asm/Kbuild')
-rw-r--r-- | arch/mips/include/asm/Kbuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/include/asm/Kbuild b/arch/mips/include/asm/Kbuild index e69de29bb2d1..533053d12ced 100644 --- a/arch/mips/include/asm/Kbuild +++ b/arch/mips/include/asm/Kbuild @@ -0,0 +1 @@ +# MIPS headers |