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

microblaze/uapi: Use Kbuild logic to include <asm-generic/types.h>

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: Michal Simek <monstr@monstr.eu>
Cc: microblaze-uclinux@itee.uq.edu.au
Signed-off-by: Michal Simek <michal.simek@xilinx.com>

authored by

Geert Uytterhoeven and committed by
Michal Simek
fd43769e 64aff1d6

+2 -2
+2 -1
arch/microblaze/include/uapi/asm/Kbuild
··· 1 1 # UAPI Header export list 2 2 include include/uapi/asm-generic/Kbuild.asm 3 3 4 + generic-y += types.h 5 + 4 6 header-y += auxvec.h 5 7 header-y += bitsperlong.h 6 8 header-y += byteorder.h ··· 33 31 header-y += swab.h 34 32 header-y += termbits.h 35 33 header-y += termios.h 36 - header-y += types.h 37 34 header-y += unistd.h
-1
arch/microblaze/include/uapi/asm/types.h
··· 1 - #include <asm-generic/types.h>