The patch titled viafb: removed duplicated #include's has been removed from the -mm tree. Its filename was viafb-removed-duplicated-includes.patch This patch was dropped because it was merged into mainline or a subsystem tree The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: viafb: removed duplicated #include's From: Huang Weiyi <weiyi.huang@xxxxxxxxx> Removed duplicated #include's in drivers/video/via/global.h. debug.h viafbdev.h viamode.h Signed-off-by: Huang Weiyi <weiyi.huang@xxxxxxxxx> Cc: Joseph Chan <josephchan@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/video/via/global.h | 3 --- 1 file changed, 3 deletions(-) diff -puN drivers/video/via/global.h~viafb-removed-duplicated-includes drivers/video/via/global.h --- a/drivers/video/via/global.h~viafb-removed-duplicated-includes +++ a/drivers/video/via/global.h @@ -38,7 +38,6 @@ #include "iface.h" #include "viafbdev.h" #include "chip.h" -#include "debug.h" #include "accel.h" #include "share.h" #include "dvi.h" @@ -48,12 +47,10 @@ #include "lcd.h" #include "ioctl.h" -#include "viamode.h" #include "via_utility.h" #include "vt1636.h" #include "tblDPASetting.h" #include "tbl1636.h" -#include "viafbdev.h" /* External struct*/ _ Patches currently in -mm which might be from weiyi.huang@xxxxxxxxx are linux-next.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