diff options
-rw-r--r-- | drivers/video/console/vgacon.c | 1 |
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) | |||
180 | } | 180 | } |
181 | 181 | ||
182 | #ifdef CONFIG_VGACON_SOFT_SCROLLBACK | 182 | #ifdef CONFIG_VGACON_SOFT_SCROLLBACK |
183 | #include <linux/slab.h> | ||
184 | /* software scrollback */ | 183 | /* software scrollback */ |
185 | static void *vgacon_scrollback; | 184 | static void *vgacon_scrollback; |
186 | static int vgacon_scrollback_tail; | 185 | static int vgacon_scrollback_tail; |