Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

parisc: Use generic uapi/asm/resource.h file

Signed-off-by: Helge Deller <deller@gmx.de>

+2 -7
+2 -1
arch/parisc/include/uapi/asm/Kbuild
··· 1 1 # UAPI Header export list 2 2 include include/uapi/asm-generic/Kbuild.asm 3 3 4 + generic-y += resource.h 5 + 4 6 header-y += bitsperlong.h 5 7 header-y += byteorder.h 6 8 header-y += errno.h ··· 15 13 header-y += pdc.h 16 14 header-y += posix_types.h 17 15 header-y += ptrace.h 18 - header-y += resource.h 19 16 header-y += sembuf.h 20 17 header-y += setup.h 21 18 header-y += shmbuf.h
-6
arch/parisc/include/uapi/asm/resource.h
··· 1 - #ifndef _ASM_PARISC_RESOURCE_H 2 - #define _ASM_PARISC_RESOURCE_H 3 - 4 - #include <asm-generic/resource.h> 5 - 6 - #endif