Skip to content

Commit

Permalink
[ARM] 3897/1: corgi_bl fix module compiling
Browse files Browse the repository at this point in the history
Fix module compiling:
WARNING: drivers/video/backlight/corgi_bl.o - Section mismatch:
reference to .init.text: from .data between '$d' (at offset 0x0) and
'bl_mutex'

Cc: Richard Purdie <rpurdie@rpsys.net>

Signed-off-by: Anton Vorontsov <cbou@mail.ru>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
  • Loading branch information
Anton Vorontsov authored and Russell King committed Oct 24, 2006
1 parent cf610ca commit f586fbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/video/backlight/corgi_bl.c
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ static struct backlight_properties corgibl_data = {
.update_status = corgibl_set_intensity,
};

static int __init corgibl_probe(struct platform_device *pdev)
static int corgibl_probe(struct platform_device *pdev)
{
struct corgibl_machinfo *machinfo = pdev->dev.platform_data;

Expand Down

0 comments on commit f586fbd

Please sign in to comment.