diff options
Diffstat (limited to 'drivers/video/auo_k190x.c')
-rw-r--r-- | drivers/video/auo_k190x.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/video/auo_k190x.c b/drivers/video/auo_k190x.c index c03ecdd31e4c..97f79356141e 100644 --- a/drivers/video/auo_k190x.c +++ b/drivers/video/auo_k190x.c | |||
@@ -773,8 +773,8 @@ EXPORT_SYMBOL_GPL(auok190x_pm); | |||
773 | * Common probe and remove code | 773 | * Common probe and remove code |
774 | */ | 774 | */ |
775 | 775 | ||
776 | int __devinit auok190x_common_probe(struct platform_device *pdev, | 776 | int auok190x_common_probe(struct platform_device *pdev, |
777 | struct auok190x_init_data *init) | 777 | struct auok190x_init_data *init) |
778 | { | 778 | { |
779 | struct auok190x_board *board = init->board; | 779 | struct auok190x_board *board = init->board; |
780 | struct auok190xfb_par *par; | 780 | struct auok190xfb_par *par; |
@@ -1006,7 +1006,7 @@ err_reg: | |||
1006 | } | 1006 | } |
1007 | EXPORT_SYMBOL_GPL(auok190x_common_probe); | 1007 | EXPORT_SYMBOL_GPL(auok190x_common_probe); |
1008 | 1008 | ||
1009 | int __devexit auok190x_common_remove(struct platform_device *pdev) | 1009 | int auok190x_common_remove(struct platform_device *pdev) |
1010 | { | 1010 | { |
1011 | struct fb_info *info = platform_get_drvdata(pdev); | 1011 | struct fb_info *info = platform_get_drvdata(pdev); |
1012 | struct auok190xfb_par *par = info->par; | 1012 | struct auok190xfb_par *par = info->par; |