Re: 3c509.c

James Bottomley (James.Bottomley@SteelEye.com)
Tue, 21 Jan 2003 18:34:25 -0500


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/