* [BUILD-FAILURE] 2.6.24-rc1-git8 build fails drivers/pci/probe.c
@ 2007-10-31 8:18 Kamalesh Babulal
2007-11-01 15:40 ` Greg KH
0 siblings, 1 reply; 2+ messages in thread
From: Kamalesh Babulal @ 2007-10-31 8:18 UTC (permalink / raw)
To: LKML; +Cc: Greg Kroah-Hartman, Linus Torvalds, Andrew Morton, Andy Whitcroft
Hi,
The 2.6.24-rc-git8 build fails with build error
CC drivers/pci/probe.o
drivers/pci/probe.c: In function 'pci_create_legacy_files':
drivers/pci/probe.c:56: error: implicit declaration of function 'class_device_create_bin_file'
drivers/pci/probe.c: In function 'pci_remove_legacy_files':
drivers/pci/probe.c:71: error: implicit declaration of function 'class_device_remove_bin_file'
make[2]: *** [drivers/pci/probe.o] Error 1
make[1]: *** [drivers/pci] Error 2
make: *** [drivers] Error 2
This is caused by the commit fcd239d3d5575e5cc63aab5c33cf6dc66904f6d6 (Driver core: remove class_device_*_bin_file).
These functions are still being used by drivers/pci/probe.c.
--
Thanks & Regards,
Kamalesh Babulal,
Linux Technology Center,
IBM, ISTL.
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [BUILD-FAILURE] 2.6.24-rc1-git8 build fails drivers/pci/probe.c
2007-10-31 8:18 [BUILD-FAILURE] 2.6.24-rc1-git8 build fails drivers/pci/probe.c Kamalesh Babulal
@ 2007-11-01 15:40 ` Greg KH
0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2007-11-01 15:40 UTC (permalink / raw)
To: Kamalesh Babulal; +Cc: LKML, Linus Torvalds, Andrew Morton, Andy Whitcroft
On Wed, Oct 31, 2007 at 01:48:27PM +0530, Kamalesh Babulal wrote:
> Hi,
>
> The 2.6.24-rc-git8 build fails with build error
>
> CC drivers/pci/probe.o
> drivers/pci/probe.c: In function 'pci_create_legacy_files':
> drivers/pci/probe.c:56: error: implicit declaration of function 'class_device_create_bin_file'
> drivers/pci/probe.c: In function 'pci_remove_legacy_files':
> drivers/pci/probe.c:71: error: implicit declaration of function 'class_device_remove_bin_file'
> make[2]: *** [drivers/pci/probe.o] Error 1
> make[1]: *** [drivers/pci] Error 2
> make: *** [drivers] Error 2
>
> This is caused by the commit fcd239d3d5575e5cc63aab5c33cf6dc66904f6d6 (Driver core: remove class_device_*_bin_file).
> These functions are still being used by drivers/pci/probe.c.
Thanks for the report, Linus's tree now has a fix for this oversight on
my behalf.
greg k-h
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-11-01 15:37 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-31 8:18 [BUILD-FAILURE] 2.6.24-rc1-git8 build fails drivers/pci/probe.c Kamalesh Babulal
2007-11-01 15:40 ` Greg KH
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.