commit | 7b15e2bb9b1026925f0f98243cd6cf80bd3fb47d | [log] [tgz] |
---|---|---|
author | Mike Frysinger <vapier@gentoo.org> | Mon Apr 09 13:39:55 2012 +0000 |
committer | Anatolij Gustschin <agust@denx.de> | Mon Apr 30 16:54:51 2012 +0200 |
tree | c6960f091ffc45942593c82d92297f68138111e2 | |
parent | 4e2c05873a7c51b13a8ddf1eeda4dc96c37013c4 [diff] [blame] |
linux/compat.h: rename from linux/mtd/compat.h This lets us use it in more places than just mtd code. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
diff --git a/common/env_onenand.c b/common/env_onenand.c index 652665a..7197ab6 100644 --- a/common/env_onenand.c +++ b/common/env_onenand.c
@@ -33,7 +33,7 @@ #include <errno.h> #include <onenand_uboot.h> -#include <linux/mtd/compat.h> +#include <linux/compat.h> #include <linux/mtd/mtd.h> #include <linux/mtd/onenand.h>