All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kamalesh Babulal <kamalesh@linux.vnet.ibm.com>
To: LKML <linux-kernel@vger.kernel.org>
Cc: Greg Kroah-Hartman <gregkh@suse.de>,
	Linus Torvalds <torvalds@linux-foundation.org>,
	Andrew Morton <akpm@linux-foundation.org>,
	Andy Whitcroft <apw@shadowen.org>
Subject: [BUILD-FAILURE] 2.6.24-rc1-git8 build fails drivers/pci/probe.c
Date: Wed, 31 Oct 2007 13:48:27 +0530	[thread overview]
Message-ID: <47283A53.6060800@linux.vnet.ibm.com> (raw)

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.

             reply	other threads:[~2007-10-31  8:19 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-10-31  8:18 Kamalesh Babulal [this message]
2007-11-01 15:40 ` [BUILD-FAILURE] 2.6.24-rc1-git8 build fails drivers/pci/probe.c Greg KH

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=47283A53.6060800@linux.vnet.ibm.com \
    --to=kamalesh@linux.vnet.ibm.com \
    --cc=akpm@linux-foundation.org \
    --cc=apw@shadowen.org \
    --cc=gregkh@suse.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.