[PATCH] sis_fb needs vmalloc.h

From: Randy.Dunlap
Date: Thu Aug 28 2003 - 00:48:53 EST



Hi,
Please apply.

patch_name: sis_vmal.patch
patch_version: 2003-08-27.18:20:54
author: Randy.Dunlap <rddunlap@xxxxxxxx>
description: sis_fb: needs vmalloc.h;
product: Linux
product_versions: 260-test4
maintainer: thomas@xxxxxxxxxxxxxxxx

diff -Naur ./drivers/video/sis/sis_main.c~sisvmal ./drivers/video/sis/sis_main.c
--- ./drivers/video/sis/sis_main.c~sisvmal Fri Aug 22 16:57:49 2003
+++ ./drivers/video/sis/sis_main.c Wed Aug 27 14:13:22 2003
@@ -38,6 +38,7 @@
#include <linux/ioport.h>
#include <linux/init.h>
#include <linux/pci.h>
+#include <linux/vmalloc.h>
#include <linux/vt_kern.h>
#include <linux/capability.h>
#include <linux/fs.h>


--
~Randy
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/