The patch titled various-fbdev-files-mark-structs-fix has been removed from the -mm tree. Its filename was various-fbdev-files-mark-structs-fix.patch This patch was dropped because it was folded into various-fbdev-files-mark-structs.patch ------------------------------------------------------ Subject: various-fbdev-files-mark-structs-fix From: Andrew Morton <akpm@xxxxxxxx> drivers/video/fbsysfs.c: In function 'fb_init_device': drivers/video/fbsysfs.c:517: warning: passing argument 2 of 'device_create_file' discards qualifiers from pointer target type drivers/video/fbsysfs.c:525: warning: passing argument 2 of 'device_remove_file' discards qualifiers from pointer target type drivers/video/fbsysfs.c: In function 'fb_cleanup_device': drivers/video/fbsysfs.c:538: warning: passing argument 2 of 'device_remove_file' discards qualifiers from pointer target type Cc: Helge Deller <deller@xxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/video/fbsysfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/video/fbsysfs.c~various-fbdev-files-mark-structs-fix drivers/video/fbsysfs.c --- a/drivers/video/fbsysfs.c~various-fbdev-files-mark-structs-fix +++ a/drivers/video/fbsysfs.c @@ -487,7 +487,7 @@ static ssize_t show_bl_curve(struct devi /* When cmap is added back in it should be a binary attribute * not a text one. Consideration should also be given to converting * fbdev to use configfs instead of sysfs */ -static const struct device_attribute device_attrs[] = { +static struct device_attribute device_attrs[] = { __ATTR(bits_per_pixel, S_IRUGO|S_IWUSR, show_bpp, store_bpp), __ATTR(blank, S_IRUGO|S_IWUSR, show_blank, store_blank), __ATTR(console, S_IRUGO|S_IWUSR, show_console, store_console), _ Patches currently in -mm which might be from akpm@xxxxxxxx are origin.patch node-aware-skb-allocation-fix-for-device-tree-changes.patch tty-signal-tty-locking.patch pktcdvd-bio-write-congestion-using-blk_congestion_wait.patch fsstack-introduce-fsstack_copy_attrinode_.patch add-process_session-helper-routine-deprecate-old-field.patch mxser-session-warning-fix.patch mxser-workqueue-fixes.patch tty-switch-to-ktermios-and-new-framework.patch tty-switch-to-ktermios.patch tty_ioctl-use-termios-for-the-old-structure-and-termios2.patch drivers-isdn-handcrafted-min-max-macro-removal.patch fault-injection-capabilities-infrastructure.patch fault-injection-Kconfig-cleanup.patch fault-injection-stacktrace-filtering-kconfig-fix.patch sysctl-fix-sys_sysctl-interface-of-ipc-sysctls.patch video-get-the-default-mode-from-the-right-database.patch various-fbdev-files-mark-structs.patch various-fbdev-files-mark-structs-fix.patch backlight-lcd-remove-dependenct-from-the-framebuffer-layer-tidy.patch gxfb-fixups-for-the-amd-geode-gx-tidy.patch gxfb-support-flat-panel-timings-tidy.patch gxfb-support-command-line-options-tidy.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