The patch titled fbdev: Remove unused exports has been added to the -mm tree. Its filename is fbdev-remove-unused-exports.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: fbdev: Remove unused exports From: Adrian Bunk <bunk@xxxxxxxxx> This patch removes the following unused EXPORT_SYMBOL's: - fbcvt.c: fb_find_mode_cvt - fbmem.c: fb_con_duit - fbmem.c: fb_new_modelist - macmodes.c: mac_var_to_vmode - modedb.c: fb_delete_videomode - modedb.c: fb_destroy_modelist Signed-off-by: Adrian Bunk <bunk@xxxxxxxxx> Signed-off-by: Antonino Daplas <adaplas@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/video/fbcvt.c | 1 - drivers/video/fbmem.c | 2 -- drivers/video/macmodes.c | 1 - drivers/video/modedb.c | 2 -- 4 files changed, 6 deletions(-) diff -puN drivers/video/fbcvt.c~fbdev-remove-unused-exports drivers/video/fbcvt.c --- devel/drivers/video/fbcvt.c~fbdev-remove-unused-exports 2006-05-27 23:15:42.000000000 -0700 +++ devel-akpm/drivers/video/fbcvt.c 2006-05-27 23:15:42.000000000 -0700 @@ -376,4 +376,3 @@ int fb_find_mode_cvt(struct fb_videomode return 0; } -EXPORT_SYMBOL(fb_find_mode_cvt); diff -puN drivers/video/fbmem.c~fbdev-remove-unused-exports drivers/video/fbmem.c --- devel/drivers/video/fbmem.c~fbdev-remove-unused-exports 2006-05-27 23:15:42.000000000 -0700 +++ devel-akpm/drivers/video/fbmem.c 2006-05-27 23:15:42.000000000 -0700 @@ -1509,7 +1509,6 @@ int fb_con_duit(struct fb_info *info, in return blocking_notifier_call_chain(&fb_notifier_list, event, &evnt); } -EXPORT_SYMBOL(fb_con_duit); static char *video_options[FB_MAX]; static int ofonly; @@ -1620,6 +1619,5 @@ EXPORT_SYMBOL(fb_set_suspend); EXPORT_SYMBOL(fb_register_client); EXPORT_SYMBOL(fb_unregister_client); EXPORT_SYMBOL(fb_get_options); -EXPORT_SYMBOL(fb_new_modelist); MODULE_LICENSE("GPL"); diff -puN drivers/video/macmodes.c~fbdev-remove-unused-exports drivers/video/macmodes.c --- devel/drivers/video/macmodes.c~fbdev-remove-unused-exports 2006-05-27 23:15:42.000000000 -0700 +++ devel-akpm/drivers/video/macmodes.c 2006-05-27 23:15:42.000000000 -0700 @@ -327,7 +327,6 @@ int mac_var_to_vmode(const struct fb_var } return -EINVAL; } -EXPORT_SYMBOL(mac_var_to_vmode); /** * mac_map_monitor_sense - Convert monitor sense to vmode diff -puN drivers/video/modedb.c~fbdev-remove-unused-exports drivers/video/modedb.c --- devel/drivers/video/modedb.c~fbdev-remove-unused-exports 2006-05-27 23:15:42.000000000 -0700 +++ devel-akpm/drivers/video/modedb.c 2006-05-27 23:15:42.000000000 -0700 @@ -1021,8 +1021,6 @@ EXPORT_SYMBOL(fb_videomode_to_var); EXPORT_SYMBOL(fb_var_to_videomode); EXPORT_SYMBOL(fb_mode_is_equal); EXPORT_SYMBOL(fb_add_videomode); -EXPORT_SYMBOL(fb_delete_videomode); -EXPORT_SYMBOL(fb_destroy_modelist); EXPORT_SYMBOL(fb_match_mode); EXPORT_SYMBOL(fb_find_best_mode); EXPORT_SYMBOL(fb_find_nearest_mode); _ Patches currently in -mm which might be from bunk@xxxxxxxxx are git-acpi.patch acpiphp-use-new-dock-driver-fix.patch git-dvb.patch git-gfs2.patch git-intelfb.patch git-mtd.patch git-netdev-all.patch drivers-char-hw_randomc-remove-asserts.patch git-nfs.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 remove-drivers-scsi-constantscscsi_print_req_sense.patch drivers-scsi-aic7xxx-aic79xx_corec-make-ahd_match_scb-static.patch drivers-scsi-aic7xxx-possible-cleanups-2.patch x86_64-unexport-ia32_sys_call_table.patch swsusp-rework-memory-shrinker-rev-2.patch acx1xx-wireless-driver.patch arch-i386-kernel-apicc-make-modern_apic-static.patch kernel-power-snapshotc-cleanups.patch remove-fs-jffs2-ioctlc.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 fs-bufferc-possible-cleanups.patch drivers-md-raid6algosc-fix-a-null-dereference.patch drivers-char-applicomc-proper-module_initexit.patch kernel-sysc-cleanups.patch kernel-sysc-cleanups-fix.patch time-i386-clocksource-drivers.patch fbdev-cleanup-the-config_video_select-mess.patch fbdev-remove-duplicate-includes.patch fbdev-remove-unused-exports.patch md-make-md_print_devices-static.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 - 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