فهرست منبع

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>
Geert Uytterhoeven 12 سال پیش
والد
کامیت
fd43769ee5
2فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 1
      arch/microblaze/include/uapi/asm/Kbuild
  2. 0 1
      arch/microblaze/include/uapi/asm/types.h

+ 2 - 1
arch/microblaze/include/uapi/asm/Kbuild

@@ -1,6 +1,8 @@
 # UAPI Header export list
 include include/uapi/asm-generic/Kbuild.asm
 
+generic-y += types.h
+
 header-y += auxvec.h
 header-y += bitsperlong.h
 header-y += byteorder.h
@@ -31,5 +33,4 @@ header-y += statfs.h
 header-y += swab.h
 header-y += termbits.h
 header-y += termios.h
-header-y += types.h
 header-y += unistd.h

+ 0 - 1
arch/microblaze/include/uapi/asm/types.h

@@ -1 +0,0 @@
-#include <asm-generic/types.h>