浏览代码

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 11 年之前
父节点
当前提交
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
 # UAPI Header export list
 include include/uapi/asm-generic/Kbuild.asm
 include include/uapi/asm-generic/Kbuild.asm
 
 
+generic-y += types.h
+
 header-y += auxvec.h
 header-y += auxvec.h
 header-y += bitsperlong.h
 header-y += bitsperlong.h
 header-y += byteorder.h
 header-y += byteorder.h
@@ -31,5 +33,4 @@ header-y += statfs.h
 header-y += swab.h
 header-y += swab.h
 header-y += termbits.h
 header-y += termbits.h
 header-y += termios.h
 header-y += termios.h
-header-y += types.h
 header-y += unistd.h
 header-y += unistd.h

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

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