diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2013-10-07 16:04:18 +0900 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2013-11-08 15:25:13 -0500 |
commit | 643aae1406c93ddc64fcf8c136b47cdffd9c8ccd (patch) | |
tree | 8004f4f1215dab67dbeca2a5a3e4ad7fd3a74d8a /board/hymod | |
parent | 5d62314c1d0be34e0f6cdb7705550098fe7275bd (diff) | |
download | u-boot-imx-643aae1406c93ddc64fcf8c136b47cdffd9c8ccd.zip u-boot-imx-643aae1406c93ddc64fcf8c136b47cdffd9c8ccd.tar.gz u-boot-imx-643aae1406c93ddc64fcf8c136b47cdffd9c8ccd.tar.bz2 |
include: delete include/linux/config.h
Linux Kernel abolished include/linux/config.h long time ago.
(around version v2.6.18..v2.6.19)
We don't need to provide Linux copatibility any more.
This commit deletes include/linux/config.h
and fixes source files not to include this.
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Diffstat (limited to 'board/hymod')
-rw-r--r-- | board/hymod/hymod.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/board/hymod/hymod.h b/board/hymod/hymod.h index 2c58bfb..3ab3794 100644 --- a/board/hymod/hymod.h +++ b/board/hymod/hymod.h @@ -8,7 +8,6 @@ #ifndef _HYMOD_H_ #define _HYMOD_H_ -#include <linux/config.h> #ifdef CONFIG_8260 #include <asm/iopin_8260.h> #endif |