The patch titled leds-pca955x: mark pca955x_led_set() static has been removed from the -mm tree. Its filename was leds-pca955x-mark-pca955x_led_set-static.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: leds-pca955x: mark pca955x_led_set() static From: Sven Wegener <sven.wegener@xxxxxxxxxxx> Signed-off-by: Sven Wegener <sven.wegener@xxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/leds/leds-pca955x.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff -puN drivers/leds/leds-pca955x.c~leds-pca955x-mark-pca955x_led_set-static drivers/leds/leds-pca955x.c --- a/drivers/leds/leds-pca955x.c~leds-pca955x-mark-pca955x_led_set-static +++ a/drivers/leds/leds-pca955x.c @@ -226,7 +226,8 @@ static void pca955x_led_work(struct work pca955x_write_ls(pca955x->client, chip_ls, ls); } -void pca955x_led_set(struct led_classdev *led_cdev, enum led_brightness value) +static void pca955x_led_set(struct led_classdev *led_cdev, + enum led_brightness value) { struct pca955x_led *pca955x; _ Patches currently in -mm which might be from sven.wegener@xxxxxxxxxxx are origin.patch linux-next.patch leds-pca9532-mark-pca9532_event-static.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