summaryrefslogtreecommitdiffstats
path: root/axconfig.c
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2013-06-05 01:07:38 +0200
committerRalf Baechle <ralf@linux-mips.org>2013-06-17 17:04:02 +0200
commitd41edac9583dd2a4925fcd30b6ef646e9c76e465 (patch)
treeb8b2633df9c83fbf844777a7e1026f6db3b5320b /axconfig.c
parent6cf35378bfd0784f032b2599582cdbe410296c59 (diff)
Delete useless definition of _LINUX_STRING_H_.
Originally this appeared to have been an attempt to avoid the inclusion of the kernels's <linux/string.h>. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'axconfig.c')
-rw-r--r--axconfig.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/axconfig.c b/axconfig.c
index 8f23039..7c37323 100644
--- a/axconfig.c
+++ b/axconfig.c
@@ -1,5 +1,3 @@
-#define _LINUX_STRING_H_
-
#include <stdio.h>
#include <stdlib.h>
#include <string.h>