Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit df56eacd authored by Philipp Zabel's avatar Philipp Zabel Committed by Russell King
Browse files

[ARM] 4942/1: magician: fix the backlight driver name



corgi_bl was renamed to generic_bl.

Signed-off-by: default avatarPhilipp Zabel <philipp.zabel@gmail.com>
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 4fa575b2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -135,7 +135,7 @@ static struct generic_bl_info backlight_info = {
};

static struct platform_device backlight = {
	.name = "corgi-bl",
	.name = "generic-bl",
	.dev  = {
		.platform_data = &backlight_info,
	},