The patch titled drivers/char/scx200_gpio.c: make code static has been removed from the -mm tree. Its filename is drivers-char-scx200_gpioc-make-code-static.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: drivers/char/scx200_gpio.c: make code static From: Jim Cromie <jim.cromie@xxxxxxxxx> This patch makes a needlessly global variable static. Signed-off-by: Adrian Bunk <bunk@xxxxxxxxx> Signed-off-by: Jim Cromie <jim.cromie@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/char/scx200_gpio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/char/scx200_gpio.c~drivers-char-scx200_gpioc-make-code-static drivers/char/scx200_gpio.c --- a/drivers/char/scx200_gpio.c~drivers-char-scx200_gpioc-make-code-static +++ a/drivers/char/scx200_gpio.c @@ -69,7 +69,7 @@ static const struct file_operations scx2 .release = scx200_gpio_release, }; -struct cdev scx200_gpio_cdev; /* use 1 cdev for all pins */ +static struct cdev scx200_gpio_cdev; /* use 1 cdev for all pins */ static int __init scx200_gpio_init(void) { _ Patches currently in -mm which might be from jim.cromie@xxxxxxxxx are origin.patch doc-lockdep-design-explain-display-of-state-bits.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