Comment 4 for bug 120017

Revision history for this message
Brian J. Murrell (brian-interlinx) wrote :

It's a one line patch for heaven's sake:

--- /usr/src/modules/zaptel/vzaphfc/vzaphfc_main.c 2007-09-26 14:28:42.000000000 -0400
+++ /usr/src/modules/zaptel/vzaphfc/vzaphfc_main.c.dist 2007-09-26 14:33:39.000000000 -0400
@@ -21,7 +21,7 @@

 #include <linux/spinlock.h>
 #include <linux/init.h>
-#include <linux/autoconf.h>
+#include <linux/config.h>
 #include <linux/pci.h>
 #include <linux/interrupt.h>
 #include <linux/module.h>

Now just to figure out how to make m-a use the patched copy of sources. I'm an m-a idiot still.