summaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2007-07-05 18:02:02 +0200
committerSascha Hauer <sha@octopus.labnet.pengutronix.de>2007-07-05 18:02:02 +0200
commitd259b1dad07318fb40a59b51e8dc99377fd87d4f (patch)
tree89fe2f4728e502a9b495fc5d06526343366334b5 /include/linux
parent29c960f52cc883ed23891b8d61c443f9525f1ee1 (diff)
downloadbarebox-d259b1dad07318fb40a59b51e8dc99377fd87d4f.tar.gz
barebox-d259b1dad07318fb40a59b51e8dc99377fd87d4f.tar.xz
svn_rev_530
remove linux/config.h
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/types.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/types.h b/include/linux/types.h
index 5e9213614d..9346a7d608 100644
--- a/include/linux/types.h
+++ b/include/linux/types.h
@@ -1,10 +1,6 @@
#ifndef _LINUX_TYPES_H
#define _LINUX_TYPES_H
-#ifdef __KERNEL__
-#include <linux/config.h>
-#endif
-
#include <linux/posix_types.h>
#include <asm/types.h>