Re: 3c509.c

From: James Bottomley (James.Bottomley@SteelEye.com)
Date: Tue Jan 21 2003 - 18:34:25 EST


Please Don't do this:

 #include <linux/ethtool.h>
 #include <linux/device.h>
 #include <linux/eisa.h>
+#include <linux/mca-legacy.h>
 
 #include <asm/uaccess.h>

If you're getting MCA_NOTFOUND undefined, it's because CONFIG_MCA_LEGACY isn't
set when mca.h is included (either because it's not in your kernel config, or
possibly because config.h isn't included into the right place in the
driver---the latter doesn't look to be the problem for 3c509.c).

James

-
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 Jan 23 2003 - 22:00:28 EST