Re: [PATCH] simplify i386 mca Kconfig bits

From: Christoph Hellwig (hch@lst.de)
Date: Tue Aug 05 2003 - 06:33:51 EST


I should better attach the patch :)

diff -Nru a/include/linux/mca.h b/include/linux/mca.h
--- a/include/linux/mca.h Sun Jul 13 05:23:15 2003
+++ b/include/linux/mca.h Sun Jul 13 05:23:15 2003
@@ -10,9 +10,9 @@
  * included mca.h to compile. Take it out later when the MCA #includes
  * are sorted out */
 #include <linux/device.h>
-
-/* get the platform specific defines */
+#ifdef CONFIG_MCA
 #include <asm/mca.h>
+#endif
 
 /* The detection of MCA bus is done in the real mode (using BIOS).
  * The information is exported to the protected code, where this
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Thu Aug 07 2003 - 22:00:28 EST