![]() | |||||||||||||
Messages in this thread Patch in this message |
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 <davej@redhat.com> --- 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 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/ | ||||||||||||
| Last update: 2006-09-09 03:49 [from the cache] ©2003-2008 | |||||||||||||