summaryrefslogtreecommitdiff
path: root/include/common.h
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2014-01-06 15:39:48 +0900
committerTom Rini <trini@ti.com>2014-01-24 16:59:07 -0500
commitd937326ffcd6da4c6ba1297a8786cfeaec1812e7 (patch)
tree61d1764346adae7f7088c1c9608bb5d839799be6 /include/common.h
parent901d0ea1fc1518f798dc792186bbe47db2e29474 (diff)
downloadu-boot-imx-d937326ffcd6da4c6ba1297a8786cfeaec1812e7.zip
u-boot-imx-d937326ffcd6da4c6ba1297a8786cfeaec1812e7.tar.gz
u-boot-imx-d937326ffcd6da4c6ba1297a8786cfeaec1812e7.tar.bz2
Remove obsolete _LINUX_CONFIG_H macro
Commit 643aae1406c93ddc64fcf8c136b47cdffd9c8ccd deleted include/linux/config.h but missed to delete _LINUX_CONFIG_H macro. It is no longer used at all. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Diffstat (limited to 'include/common.h')
-rw-r--r--include/common.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/common.h b/include/common.h
index d49c514..d5ebb25 100644
--- a/include/common.h
+++ b/include/common.h
@@ -8,9 +8,6 @@
#ifndef __COMMON_H_
#define __COMMON_H_ 1
-#undef _LINUX_CONFIG_H
-#define _LINUX_CONFIG_H 1 /* avoid reading Linux autoconf.h file */
-
#ifndef __ASSEMBLY__ /* put C only stuff in this section */
typedef unsigned char uchar;