from this thread: http://mail.nl.linux.org/kernelnewbies/2006-10/msg00246.html
AFAIK config.h has been deprecated in recent kernels, you should use something like this if you need back compat.: #ifndef AUTOCONF_INCLUDED #include <linux/config.h> #endif or, try to change the include line in the dm9601.c file where it's
"#include <linux/config.h>" change it to "#include <linux/configfs.h>"
_________________________________________________ Philippine Linux Users' Group (PLUG) Mailing List [email protected] (#PLUG @ irc.free.net.ph) Read the Guidelines: http://linux.org.ph/lists Searchable Archives: http://archives.free.net.ph

