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)
commit46663d05cff3442321dc550dff6b79b885c7856f
tree96cfc4680fe62d4c857badb71a6ffb86c6c5ea68
parent15c03dd4859ab16f9212238f29dd315654aa94f6
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]