Skip to content
Snippets Groups Projects
Commit 46f6e501 authored by Wolfgang Denk's avatar Wolfgang Denk
Browse files

Fix compile problem with new env code.


Signed-off-by: default avatarWolfgang Denk <wd@denx.de>
parent 64b3727b
No related branches found
No related tags found
No related merge requests found
...@@ -35,6 +35,7 @@ ...@@ -35,6 +35,7 @@
#ifdef MTD_OLD #ifdef MTD_OLD
# include <linux/mtd/mtd.h> # include <linux/mtd/mtd.h>
#else #else
# define __user /* nothing */
# include <mtd/mtd-user.h> # include <mtd/mtd-user.h>
#endif #endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment