The patch titled radeonfb section mismatches has been added to the -mm tree. Its filename is radeonfb-section-mismatches.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this From: Randy Dunlap <rdunlap@xxxxxxxxxxxx> Marking radeon_pci_register() as __devinit clears up all section mismatch warnings that are caused by radeon_pci_register() calling various __devinit function. Is there some reason not to do this? WARNING: drivers/video/aty/radeonfb.o - Section mismatch: reference to .init.text: from .text.radeonfb_pci_register after 'radeonfb_pci_register' (at offset 0x628) WARNING: drivers/video/aty/radeonfb.o - Section mismatch: reference to .init.text: from .text.radeonfb_pci_register after 'radeonfb_pci_register' (at offset 0x6b5) WARNING: drivers/video/aty/radeonfb.o - Section mismatch: reference to .init.text: from .text.radeonfb_pci_register after 'radeonfb_pci_register' (at offset 0x6bd) WARNING: drivers/video/aty/radeonfb.o - Section mismatch: reference to .init.text:radeon_probe_screens from .text.radeonfb_pci_register after 'radeonfb_pci_register' (at offset 0x7d6) WARNING: drivers/video/aty/radeonfb.o - Section mismatch: reference to .init.text:radeon_check_modes from .text.radeonfb_pci_register after 'radeonfb_pci_register' (at offset 0x7e5) Signed-off-by: Randy Dunlap <rdunlap@xxxxxxxxxxxx> Cc: "Antonino A. Daplas" <adaplas@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/video/aty/radeon_base.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/video/aty/radeon_base.c~radeonfb-section-mismatches drivers/video/aty/radeon_base.c --- devel/drivers/video/aty/radeon_base.c~radeonfb-section-mismatches 2006-04-14 22:22:49.000000000 -0700 +++ devel-akpm/drivers/video/aty/radeon_base.c 2006-04-14 22:22:49.000000000 -0700 @@ -2265,7 +2265,7 @@ static struct bin_attribute edid2_attr = }; -static int radeonfb_pci_register (struct pci_dev *pdev, +static int __devinit radeonfb_pci_register (struct pci_dev *pdev, const struct pci_device_id *ent) { struct fb_info *info; _ Patches currently in -mm which might be from rdunlap@xxxxxxxxxxxx are origin.patch config-exit-if-no-beginning-filename.patch git-mtd.patch net-drivers-fix-section-attributes-for-gcc.patch areca-raid-linux-scsi-driver.patch git-watchdog.patch softmac-uses-wiress-ext.patch bcm43-wireless-fix-printk-format-warnings.patch bcm43-fix-config-menu-alignment.patch x86-cpuid-and-msr-notifier-callback-section-mismatches.patch doc-vm-hugetlbpage-update-2.patch ipmi-fix-devinit-placement.patch config-update-usage-help-info.patch add-poisonh-and-patch-primary-users.patch update-2-drivers-for-poisonh.patch tpm_infineon-section-fixup.patch radeonfb-section-mismatches.patch acpi-identify-which-device-is-not-power-manageable.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