aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/hgafb.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/video/hgafb.c')
-rw-r--r--drivers/video/hgafb.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/video/hgafb.c b/drivers/video/hgafb.c
index 0129c044f6d6..8bbf251f83d9 100644
--- a/drivers/video/hgafb.c
+++ b/drivers/video/hgafb.c
@@ -36,7 +36,6 @@
36#include <linux/spinlock.h> 36#include <linux/spinlock.h>
37#include <linux/string.h> 37#include <linux/string.h>
38#include <linux/mm.h> 38#include <linux/mm.h>
39#include <linux/slab.h>
40#include <linux/delay.h> 39#include <linux/delay.h>
41#include <linux/fb.h> 40#include <linux/fb.h>
42#include <linux/init.h> 41#include <linux/init.h>
@@ -551,7 +550,7 @@ static struct fb_ops hgafb_ops = {
551 * Initialization 550 * Initialization
552 */ 551 */
553 552
554static int __init hgafb_probe(struct platform_device *pdev) 553static int __devinit hgafb_probe(struct platform_device *pdev)
555{ 554{
556 struct fb_info *info; 555 struct fb_info *info;
557 556