diff options
author | David Howells <dhowells@redhat.com> | 2012-10-10 15:34:45 +0400 |
---|---|---|
committer | David Howells <dhowells@redhat.com> | 2012-10-10 15:34:45 +0400 |
commit | 7190632b78de594f3dabe174e9df373bfc790d89 (patch) | |
tree | e81fa886e9dd3222c88c316af7aeb4858fd35f2b /arch/avr32/include/uapi/asm/resource.h | |
parent | dc44ce1e1e157ea0a8b256f42aa0425300a0435e (diff) | |
parent | 83b9d3a082a6e5281b5b5fc45337270d915af39d (diff) | |
download | linux-7190632b78de594f3dabe174e9df373bfc790d89.tar.xz |
Merge branch 'disintegrate-avr32' into disintegrate-misc-arches
Signed-off-by: David Howells <dhowells@redhat.com>
Acked-by: Hans-Christian Egtvedt <egtvedt@samfundet.no>
Diffstat (limited to 'arch/avr32/include/uapi/asm/resource.h')
-rw-r--r-- | arch/avr32/include/uapi/asm/resource.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/avr32/include/uapi/asm/resource.h b/arch/avr32/include/uapi/asm/resource.h new file mode 100644 index 000000000000..c6dd101472b1 --- /dev/null +++ b/arch/avr32/include/uapi/asm/resource.h @@ -0,0 +1,6 @@ +#ifndef __ASM_AVR32_RESOURCE_H +#define __ASM_AVR32_RESOURCE_H + +#include <asm-generic/resource.h> + +#endif /* __ASM_AVR32_RESOURCE_H */ |