VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   33 Branches   57 Tags
author: David Woodhouse <dwmw2@infradead.org> 2006-04-26 12:56:16 +0100 committer: David Woodhouse <dwmw2@infradead.org> 2006-04-26 12:56:16 +0100 commit: 62c4f0a2d5a188f73a94f2cb8ea0dba3e7cf0a7f parent: 089f26d5e31b7bf42a9a8fefec08b30cd27f4b0e
Commit Summary:
Don't include linux/config.h from anywhere else in include/
Diffstat:
1 file changed, 0 insertions, 1 deletion
diff --git a/include/pcmcia/ss.h b/include/pcmcia/ss.h
index 5e0a01ab2216..ede639812f8a 100644
--- a/include/pcmcia/ss.h
+++ b/include/pcmcia/ss.h
@@ -15,7 +15,6 @@
 #ifndef _LINUX_SS_H
 #define _LINUX_SS_H
 
-#include <linux/config.h>
 #include <linux/device.h>
 #include <linux/sched.h>	/* task_struct, completion */
 #include <linux/mutex.h>