Messages in this thread Patch in this message |  | | | Date | Wed, 27 Aug 2003 22:03:29 -0700 | | From | "Randy.Dunlap" <> | | Subject | [PATCH] zoran needs vmalloc.h |
Hi, Please apply.
patch_name: zoran_vmal.patch patch_version: 2003-08-27.18:17:24 author: Randy.Dunlap <rddunlap@osdl.org> 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@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |