On Fri, Sep 08, 2006 at 08:10:20PM -0700, Greg KH wrote:
> On Fri, Sep 08, 2006 at 08:19:25PM -0400, Dave Jones wrote:
> > This never made it into 2.6.17.12
> > Without it, this happens..
> >
> > drivers/ide/pci/via82cxxx.c:85: error: 'PCI_DEVICE_ID_VIA_8237A' undeclared here (not in a function)
>
> Doh! Sorry about that, I forgot to do a run with 'make allmodconfig'
> this time around, and it shows :(
>
> .13 will be out shortly...
Might want to throw this in too, which removes a new warning that appeared in 2.6.17.12
warning about implicit declaration of idr_remove
Signed-off-by: Dave Jones <[email protected]>
--- linux-2.6.17.noarch/drivers/md/dm.c~ 2006-09-08 23:37:08.000000000 -0400
+++ linux-2.6.17.noarch/drivers/md/dm.c 2006-09-08 23:37:16.000000000 -0400
@@ -20,6 +20,7 @@
#include <linux/idr.h>
#include <linux/hdreg.h>
#include <linux/blktrace_api.h>
+#include <linux/idr.h>
static const char *_name = DM_NAME;
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[Index of Archives]
[Kernel Newbies]
[Netfilter]
[Bugtraq]
[Photo]
[Stuff]
[Gimp]
[Yosemite News]
[MIPS Linux]
[ARM Linux]
[Linux Security]
[Linux RAID]
[Video 4 Linux]
[Linux for the blind]
[Linux Resources]