Remove obsolete _LINUX_CONFIG_H macro

Commit 643aae1406
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>
This commit is contained in:
Masahiro Yamada 2014-01-06 15:39:48 +09:00 committed by Tom Rini
parent 901d0ea1fc
commit d937326ffc
22 changed files with 0 additions and 35 deletions

View file

@ -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;