9
0
Fork 0

powerpc: include <linux/stringify.h> to avoid dupulicated defines

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Masahiro Yamada 2015-01-13 16:02:30 +09:00 committed by Sascha Hauer
parent a1a582f4e0
commit 2ead709f52
1 changed files with 1 additions and 3 deletions

View File

@ -33,13 +33,11 @@
* the executable file might be covered by the GNU General Public License.
*/
#include <linux/stringify.h>
#include <asm/ppc_asm.tmpl>
#define N_FUN 36
#define __stringify_1(x...) #x
#define __stringify(x...) __stringify_1(x)
#define _GLOBAL(n) \
.text; \
.stabs __stringify(n:F-1),N_FUN,0,0,n;\