Browse Source

Fix compile problem with new env code.

Signed-off-by: Wolfgang Denk <wd@denx.de>
Wolfgang Denk 17 năm trước cách đây
mục cha
commit
c83d7ca4da
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      tools/env/fw_env.c

+ 1 - 0
tools/env/fw_env.c

@@ -35,6 +35,7 @@
 #ifdef MTD_OLD
 # include <linux/mtd/mtd.h>
 #else
+# define  __user	/* nothing */
 # include <mtd/mtd-user.h>
 #endif