The patch titled uvesafb: add connector entries has been removed from the -mm tree. Its filename was uvesafb-add-connector-entries.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: uvesafb: add connector entries From: Michal Januszewski <spock@xxxxxxxxxx> Add connector idx and val constants for v86d and uvesafb. Signed-off-by: Michal Januszewski <spock@xxxxxxxxxx> Signed-off-by: Antonino Daplas <adaplas@xxxxxxxxx> Cc: Evgeniy Polyakov <johnpol@xxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/linux/connector.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff -puN include/linux/connector.h~uvesafb-add-connector-entries include/linux/connector.h --- a/include/linux/connector.h~uvesafb-add-connector-entries +++ a/include/linux/connector.h @@ -36,9 +36,10 @@ #define CN_VAL_CIFS 0x1 #define CN_W1_IDX 0x3 /* w1 communication */ #define CN_W1_VAL 0x1 +#define CN_IDX_V86D 0x4 +#define CN_VAL_V86D_UVESAFB 0x1 - -#define CN_NETLINK_USERS 4 +#define CN_NETLINK_USERS 5 /* * Maximum connector's message size. _ Patches currently in -mm which might be from spock@xxxxxxxxxx are origin.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