On Wed, Oct 31, 2007 at 10:26:37AM -0700, Tony Luck wrote: > On 10/30/07, Greg Kroah-Hartman <[EMAIL PROTECTED]> wrote: > > These functions are not used by anyone, so remove them from the tree. > > /me coughs ... > > CC drivers/pci/probe.o > drivers/pci/probe.c: In function `pci_create_legacy_files': > drivers/pci/probe.c:57: error: implicit declaration of function > `class_device_create_bin_file' > drivers/pci/probe.c: In function `pci_remove_legacy_files': > drivers/pci/probe.c:72: error: implicit declaration of function > `class_device_remove_bin_file'
Oh crap, very sorry about this, I'll send a revert-patch to Linus in a bit. I didn't see this as I have patches in my tree that change these calls to use struct device instead of struct class_device, but that's not going to Linus until 2.6.25. thanks, greg k-h - 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/

