]> git.baikalelectronics.ru Git - kernel.git/commit
avr32: use Kbuild infrastructure to handle the asm-generic headers
authorSteven Rostedt <rostedt@goodmis.org>
Sun, 1 Sep 2013 20:56:21 +0000 (22:56 +0200)
committerHans-Christian Egtvedt <egtvedt@samfundet.no>
Mon, 30 Sep 2013 06:42:01 +0000 (08:42 +0200)
commitbe45a0b1abaa42300b23c47a4adda045393a92e7
tree96cfc4680fe62d4c857badb71a6ffb86c6c5ea68
parent065f53a8c7da184ea1803e0dbc86865d5e221b37
avr32: use Kbuild infrastructure to handle the asm-generic headers

Use kbuild to add asm-generic headers that do nothing, also remove the arch
specific wrapper headers.

This only affects headers that do nothing but include the generic
equivalent. It does not touch any header that does a little more.

Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Signed-off-by: Hans-Christian Egtvedt <egtvedt@samfundet.no>
15 files changed:
arch/avr32/include/asm/Kbuild
arch/avr32/include/asm/cputime.h [deleted file]
arch/avr32/include/asm/delay.h [deleted file]
arch/avr32/include/asm/device.h [deleted file]
arch/avr32/include/asm/div64.h [deleted file]
arch/avr32/include/asm/emergency-restart.h [deleted file]
arch/avr32/include/asm/futex.h [deleted file]
arch/avr32/include/asm/irq_regs.h [deleted file]
arch/avr32/include/asm/local.h [deleted file]
arch/avr32/include/asm/local64.h [deleted file]
arch/avr32/include/asm/percpu.h [deleted file]
arch/avr32/include/asm/scatterlist.h [deleted file]
arch/avr32/include/asm/sections.h [deleted file]
arch/avr32/include/asm/topology.h [deleted file]
arch/avr32/include/asm/xor.h [deleted file]