Messages in this thread |  | | | Date | Mon, 15 Apr 2002 10:32:08 -0700 | | From | Greg KH <> | | Subject | Re: 2.5.8-pre3 full compile - warnings |
| |
On Sun, Apr 14, 2002 at 06:54:01PM +1000, Keith Owens wrote: > > drivers/hotplug/pci_hotplug_core.c:90: warning: `pcihpfs_statfs' defined but not used
Ah, this one shows up due to libfs now being in the kernel. I'll fix it.
> drivers/hotplug/ibmphp.o: In function `ibmphp_configure_card': > drivers/hotplug/ibmphp.o(.text+0x5159): undefined reference to `ibmphp_pci_root_ops' > drivers/hotplug/ibmphp.o(.text+0x51e0): undefined reference to `ibmphp_pci_root_ops' > drivers/hotplug/ibmphp.o(.text+0x5206): undefined reference to `ibmphp_pci_root_ops' > drivers/hotplug/ibmphp.o(.text+0x541a): undefined reference to `ibmphp_pci_root_ops' > drivers/hotplug/ibmphp.o(.text+0x565c): undefined reference to `ibmphp_pci_root_ops' > drivers/hotplug/ibmphp.o(.text+0x5a87): more undefined references to `ibmphp_pci_root_ops' follow
These linker errors should be fixed in 2.5.8 now.
thanks,
greg k-h - 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/
|  |