summary refs log tree commit diff
diff options
context:
space:
mode:
authorJaswinder Singh Rajput <jaswinderrajput@gmail.com>2009-09-20 15:28:01 +0530
committerJaswinder Singh Rajput <jaswinderrajput@gmail.com>2009-09-20 16:01:58 +0530
commit6d6c971778c5257fc815e1ebe01779fefda6293c (patch)
tree8ab43903c8299d0b64360934d4c81706d16cc3a6
parent98840f2ce5339d46e1830b0455360ad03a840d9d (diff)
downloadlinux-6d6c971778c5257fc815e1ebe01779fefda6293c.tar.gz
includecheck fix: drivers/video, vgacon.c
fix the following 'make includecheck' warning:

  drivers/video/console/vgacon.c: linux/slab.h is included more than once.

Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
Cc: Martin Mares <mj@ucw.cz>
Cc: mchehab@infradead.org
Cc: Sam Ravnborg <sam@ravnborg.org>
LKML-Reference: <1247067624.4382.88.camel@ht.satnam>
-rw-r--r--drivers/video/console/vgacon.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/video/console/vgacon.c b/drivers/video/console/vgacon.c
index 59d7d5ec17a4..74e96cf83b7e 100644
--- a/drivers/video/console/vgacon.c
+++ b/drivers/video/console/vgacon.c
@@ -180,7 +180,6 @@ static inline void vga_set_mem_top(struct vc_data *c)
 }
 
 #ifdef CONFIG_VGACON_SOFT_SCROLLBACK
-#include <linux/slab.h>
 /* software scrollback */
 static void *vgacon_scrollback;
 static int vgacon_scrollback_tail;