The patch titled The scheduled unexport of insert_resource has been added to the -mm tree. Its filename is the-scheduled-unexport-of-insert_resource.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this From: Adrian Bunk <bunk@xxxxxxxxx> Implement the scheduled unexport of insert_resource. Signed-off-by: Adrian Bunk <bunk@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- Documentation/feature-removal-schedule.txt | 7 ------- include/linux/ioport.h | 2 +- kernel/resource.c | 2 -- 3 files changed, 1 insertion(+), 10 deletions(-) diff -puN Documentation/feature-removal-schedule.txt~the-scheduled-unexport-of-insert_resource Documentation/feature-removal-schedule.txt --- devel/Documentation/feature-removal-schedule.txt~the-scheduled-unexport-of-insert_resource 2006-04-18 23:53:50.000000000 -0700 +++ devel-akpm/Documentation/feature-removal-schedule.txt 2006-04-18 23:53:50.000000000 -0700 @@ -81,14 +81,6 @@ Who: Mauro Carvalho Chehab <mchehab@brtu --------------------------- -What: remove EXPORT_SYMBOL(insert_resource) -When: April 2006 -Files: kernel/resource.c -Why: No modular usage in the kernel. -Who: Adrian Bunk <bunk@xxxxxxxxx> - ---------------------------- - What: PCMCIA control ioctl (needed for pcmcia-cs [cardmgr, cardctl]) When: November 2005 Files: drivers/pcmcia/: pcmcia_ioctl.c diff -puN include/linux/ioport.h~the-scheduled-unexport-of-insert_resource include/linux/ioport.h --- devel/include/linux/ioport.h~the-scheduled-unexport-of-insert_resource 2006-04-18 23:53:50.000000000 -0700 +++ devel-akpm/include/linux/ioport.h 2006-04-18 23:53:50.000000000 -0700 @@ -95,7 +95,7 @@ extern struct resource iomem_resource; extern int request_resource(struct resource *root, struct resource *new); extern struct resource * ____request_resource(struct resource *root, struct resource *new); extern int release_resource(struct resource *new); -extern __deprecated_for_modules int insert_resource(struct resource *parent, struct resource *new); +extern int insert_resource(struct resource *parent, struct resource *new); extern int allocate_resource(struct resource *root, struct resource *new, u64 size, u64 min, u64 max, diff -puN kernel/resource.c~the-scheduled-unexport-of-insert_resource kernel/resource.c --- devel/kernel/resource.c~the-scheduled-unexport-of-insert_resource 2006-04-18 23:53:50.000000000 -0700 +++ devel-akpm/kernel/resource.c 2006-04-18 23:53:50.000000000 -0700 @@ -379,8 +379,6 @@ int insert_resource(struct resource *par return result; } -EXPORT_SYMBOL(insert_resource); - /* * Given an existing resource, change its start and size to match the * arguments. Returns -EBUSY if it can't fit. Existing children of _ Patches currently in -mm which might be from bunk@xxxxxxxxx are hugetlbfs-add-kconfig-help-text.patch remove-the-obsolete-idepci_flag_force_pdc.patch git-acpi.patch git-dvb.patch drivers-media-video-bt866c-small-fixes-2.patch gregkh-i2c-w1-cleanups-fix.patch git-intelfb.patch nfs-make-2-functions-static.patch fix-nfs-proc_fs=n-compile-error.patch git-ocfs2.patch gregkh-pci-acpiphp-configure-_prt-v3-cleanup.patch drivers-scsi-aic7xxx-possible-cleanups.patch drivers-scsi-small-cleanups.patch drivers-scsi-megaraidc-add-a-dummy-mega_create_proc_entry-for-proc_fs=y.patch drivers-scsi-gdthc-make-__gdth_execute-static.patch drivers-scsi-qla2xxx-make-some-functions-static.patch drivers-scsi-aic7xxx-aic79xx_corec-make-ahd_done_with_status-static.patch scsi-megaraid-megaraid_mmc-fix-a-null-pointer-dereference.patch remove-drivers-scsi-constantscscsi_print_req_sense.patch drivers-scsi-aic7xxx-aic79xx_corec-make-ahd_match_scb-static.patch ieee80211_wxc-remove-dead-code.patch bcm43xx_phyc-fix-a-memory-leak.patch memory_hotplugh-cleanup.patch acx1xx-wireless-driver.patch arch-i386-kernel-apicc-make-modern_apic-static.patch drivers-acpi-busc-make-struct-acpi_sci_dir-static.patch remove-fs-jffs2-ioctlc.patch update-obsolete_oss_driver-schedule-and-dependencies.patch make-the-oss-sound_via82cxxx-option-available-again.patch fs-locksc-make-posix_locks_deadlock-static.patch remove-config_parport_arc-drivers-parport-parport_arcc.patch fs-fat-miscc-unexport-fat_sync_bhs.patch the-scheduled-unexport-of-insert_resource.patch time-i386-clocksource-drivers.patch dlm-recovery.patch dlm-build.patch dlm-cleanup-unused-functions.patch dlm-include-own-headers.patch reiser4.patch fs-reiser4-misc-cleanups.patch nmi-lockup-and-altsysrq-p-dumping-calltraces-on-_all_-cpus.patch slab-cache-shrinker-statistics.patch i386-enable-4k-stacks-by-default.patch mutex-subsystem-synchro-test-module.patch drivers-char-ipmi-ipmi_msghandlerc-make-proc_ipmi_root-static.patch drivers-message-i2o-iopc-unexport-i2o_msg_nop.patch x86_64-unexport-ia32_sys_call_table.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