]> 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)
commit9983ce0d440c2097f9a98786d46c1c4b9a545586
tree96cfc4680fe62d4c857badb71a6ffb86c6c5ea68
parent4b334a65369be36ee55758dc198154c20d226294
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]