The patch titled pci.h stubs (for EDD build error) has been added to the -mm tree. Its filename is pcih-stubs-for-edd-build-error.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: pci.h stubs (for EDD build error) From: Randy Dunlap <randy.dunlap@xxxxxxxxxx> Provide stubs for more PCI bus/slot functions when CONFIG_PCI=n. Signed-off-by: Randy Dunlap <randy.dunlap@xxxxxxxxxx> Cc: Matt Domsch <Matt_Domsch@xxxxxxxx> Cc: Greg KH <greg@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/linux/pci.h | 11 +++++++++++ 1 files changed, 11 insertions(+) diff -puN include/linux/pci.h~pcih-stubs-for-edd-build-error include/linux/pci.h --- a/include/linux/pci.h~pcih-stubs-for-edd-build-error +++ a/include/linux/pci.h @@ -754,6 +754,17 @@ static inline void pci_release_regions(s static inline void pci_block_user_cfg_access(struct pci_dev *dev) { } static inline void pci_unblock_user_cfg_access(struct pci_dev *dev) { } +static inline struct pci_bus *pci_find_next_bus(const struct pci_bus *from) +{ return NULL; } + +static inline struct pci_dev *pci_get_slot(struct pci_bus *bus, + unsigned int devfn) +{ return NULL; } + +static inline struct pci_dev *pci_get_bus_and_slot(unsigned int bus, + unsigned int devfn) +{ return NULL; } + #endif /* CONFIG_PCI */ /* Include architecture-dependent settings and functions */ _ Patches currently in -mm which might be from randy.dunlap@xxxxxxxxxx are eventfd-clean-compile-when-config_eventfd=n.patch mtrr-cyrix-fix-sections.patch ioatdma-fix-section-mismatches.patch alsa-fix-ice1712-section-mismatch.patch alsa-use-__devexit_p.patch alsa-more-section-mismatches.patch pcih-stubs-for-edd-build-error.patch git-acpi.patch git-alsa.patch fix-gregkh-driver-nozomi.patch git-libata-all.patch romfs-printk-format-warnings.patch mtd-use-null-for-pointer.patch ubi-one-less-bug-usage.patch add-pci_try_set_mwi.patch git-scsi-misc.patch git-unionfs.patch git-ipwireless_cs.patch irda-fix-printk-format.patch mm-merge-populate-and-nopage-into-fault-fixes-nonlinear.patch doc-kernel-parameters-use-x86-32-tag-instead-of-ia-32.patch add-argv_split-fix.patch add-common-orderly_poweroff-fix.patch kconfig-no-strange-misc-devices.patch afs-drop-explicit-extern.patch add-printktime-option-deprecate-time.patch fs-clarify-dummy-member-in-struct.patch sony-laptop-use-null-for-pointer.patch hugetlbfs-use-lib-parser-fix-docs.patch report-that-kernel-is-tainted-if-there-were-an-oops-before.patch doc-oops-tracing-add-code-decode-info.patch doc-oops-tracing-add-code-decode-info-fix.patch schedstats-fix-printk-format.patch kernel-doc-add-tools-doc-in-makefile.patch kernel-doc-fix-unnamed-struct-union-warning.patch kernel-doc-strip-c99-comments.patch kernel-doc-fix-leading-dot-in-man-mode-output.patch kernel-doc-fix-leading-dot-in-man-mode-output-fix.patch profile-likely-unlikely-macros.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html