On 08/12/04 08:08 -0800, Greg KH wrote: > On Wed, Dec 08, 2004 at 04:54:39PM +0100, Domen Puncer wrote: > > drivers/pci/hotplug/pcihp_skeleton.c > > This is a "skeleton" driver, and is in the tree to be used as an example > for others who want to write a pci hotplug driver. It should stay. Ok. > Along those lines, how come you didn't include the usb-skeleton.c file > in your list (it too should stay, but it isn't part of the build...)? Probably because i first generated a list of "filenames" in kernel (not just Makefile, #includes... everything), and "usb-skeleton.c" appears in some file. Yes, that misses some files, but also makes quite sure file isn't used. Domen