The patch titled ATM: he: fix section mismatch has been removed from the -mm tree. Its filename is atm-he-fix-section-mismatch.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: ATM: he: fix section mismatch From: Randy Dunlap <rdunlap@xxxxxxxxxxxx> WARNING: drivers/atm/he.o - Section mismatch: reference to .init.text: from .text between 'he_start' (at offset 0x218a) and 'he_service_tbrq' Signed-off-by: Randy Dunlap <rdunlap@xxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/atm/he.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/atm/he.c~atm-he-fix-section-mismatch drivers/atm/he.c --- a/drivers/atm/he.c~atm-he-fix-section-mismatch +++ a/drivers/atm/he.c @@ -785,7 +785,7 @@ he_init_cs_block_rcm(struct he_dev *he_d return 0; } -static int __init +static int __devinit he_init_group(struct he_dev *he_dev, int group) { int i; _ Patches currently in -mm which might be from rdunlap@xxxxxxxxxxxx are origin.patch acpi-fix-printk-format-warnings.patch git-lxdialog.patch mtd-printk-format-warning.patch pcmcia-ds-must_check-fixes.patch pcie-check-and-return-bus_register-errors-fix.patch dc395x-fix-printk-format-warning.patch add-kerneldocs-for-some-functions-in-mm-memoryc.patch tiacx-sparse-cleanups.patch consistently-use-max_errno-in-__syscall_return.patch consistently-use-max_errno-in-__syscall_return-fix.patch eisa-bus-modalias-attributes-support-1.patch kernel-params-must_check-fixes.patch blockdevc-check-errors.patch block-handle-subsystem_register-init-errors.patch fs-namespace-handle-init-registration-errors.patch kernel-doc-for-relay-interface.patch kernel-doc-move-filesystems-together.patch include-documentation-for-functions-in-drivers-base-classc.patch fix-parameter-names-in-drivers-base-classc.patch fix-kerneldoc-comments-in-kernel-timerc-fix.patch cdev-documentation-was-drop-second-arg-of-unregister_chrdev.patch docbook-fix-segfault-in-docprocc.patch ext3-add-more-comments-in-block-allocation-reservation-code.patch doc-fix-kernel-parameters-quiet.patch mention-documenation-abi-requirements-in-documentation-submitchecklist.patch allow-proc-configgz-to-be-built-as-a-module.patch fs-cache-cachefiles-a-cache-that-backs-onto-a-mounted-filesystem-cachefiles-printk-format-warning.patch ecryptfs-fix-printk-format-warnings.patch ide-core-must_check-fixes.patch documentation-fixes-in-intel810txt.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