diff options
author | Steven Rostedt <rostedt@goodmis.org> | 2013-09-01 22:56:21 +0200 |
---|---|---|
committer | Hans-Christian Egtvedt <egtvedt@samfundet.no> | 2013-09-30 08:42:01 +0200 |
commit | 46663d05cff3442321dc550dff6b79b885c7856f (patch) | |
tree | 96cfc4680fe62d4c857badb71a6ffb86c6c5ea68 /arch/avr32/include/asm/scatterlist.h | |
parent | 15c03dd4859ab16f9212238f29dd315654aa94f6 (diff) | |
download | kernel_goldelico_gta04-46663d05cff3442321dc550dff6b79b885c7856f.zip kernel_goldelico_gta04-46663d05cff3442321dc550dff6b79b885c7856f.tar.gz kernel_goldelico_gta04-46663d05cff3442321dc550dff6b79b885c7856f.tar.bz2 |
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>
Diffstat (limited to 'arch/avr32/include/asm/scatterlist.h')
-rw-r--r-- | arch/avr32/include/asm/scatterlist.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/avr32/include/asm/scatterlist.h b/arch/avr32/include/asm/scatterlist.h deleted file mode 100644 index a5902d9..0000000 --- a/arch/avr32/include/asm/scatterlist.h +++ /dev/null @@ -1,6 +0,0 @@ -#ifndef __ASM_AVR32_SCATTERLIST_H -#define __ASM_AVR32_SCATTERLIST_H - -#include <asm-generic/scatterlist.h> - -#endif /* __ASM_AVR32_SCATTERLIST_H */ |