[PATCH] zoran needs vmalloc.h

From: Randy.Dunlap
Date: Thu Aug 28 2003 - 00:47:14 EST



Hi,
Please apply.

patch_name: zoran_vmal.patch
patch_version: 2003-08-27.18:17:24
author: Randy.Dunlap <rddunlap@xxxxxxxx>
description: zoran needs vmalloc.h;
product: Linux
product_versions: 260-test4
maintainer: ??

diff -Naur ./drivers/media/video/zoran_driver.c~zoranvmal ./drivers/media/video/zoran_driver.c
--- ./drivers/media/video/zoran_driver.c~zoranvmal Fri Aug 22 16:58:12 2003
+++ ./drivers/media/video/zoran_driver.c Wed Aug 27 10:12:13 2003
@@ -51,7 +51,7 @@
#include <linux/delay.h>
#include <linux/slab.h>
#include <linux/pci.h>
-
+#include <linux/vmalloc.h>
#include <linux/interrupt.h>
#include <linux/i2c.h>
#include <linux/i2c-algo-bit.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/