From: Jaswinder Singh Rajput Date: Sun, 20 Sep 2009 09:58:01 +0000 (+0530) Subject: includecheck fix: drivers/video, vgacon.c X-Git-Tag: v2.6.32-rc1~623^2~8 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6d6c971778c5257fc815e1ebe01779fefda6293c;p=platform%2Fkernel%2Flinux-stable.git 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 Cc: Martin Mares Cc: mchehab@infradead.org Cc: Sam Ravnborg LKML-Reference: <1247067624.4382.88.camel@ht.satnam> --- diff --git a/drivers/video/console/vgacon.c b/drivers/video/console/vgacon.c index 59d7d5e..74e96cf 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 /* software scrollback */ static void *vgacon_scrollback; static int vgacon_scrollback_tail;