diff options
author | Mike Frysinger <vapier@gentoo.org> | 2012-04-09 13:39:55 +0000 |
---|---|---|
committer | Anatolij Gustschin <agust@denx.de> | 2012-04-30 16:54:51 +0200 |
commit | 7b15e2bb9b1026925f0f98243cd6cf80bd3fb47d (patch) | |
tree | c6960f091ffc45942593c82d92297f68138111e2 /include/linux/err.h | |
parent | 4e2c05873a7c51b13a8ddf1eeda4dc96c37013c4 (diff) | |
download | u-boot-imx-7b15e2bb9b1026925f0f98243cd6cf80bd3fb47d.zip u-boot-imx-7b15e2bb9b1026925f0f98243cd6cf80bd3fb47d.tar.gz u-boot-imx-7b15e2bb9b1026925f0f98243cd6cf80bd3fb47d.tar.bz2 |
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>
Diffstat (limited to 'include/linux/err.h')
-rw-r--r-- | include/linux/err.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/err.h b/include/linux/err.h index 4e08c4f..96c0c72 100644 --- a/include/linux/err.h +++ b/include/linux/err.h @@ -5,7 +5,7 @@ #if 0 #include <linux/compiler.h> #else -#include <linux/mtd/compat.h> +#include <linux/compat.h> #endif #include <asm/errno.h> |