Commit 96ba040a authored by Martin Dalecki's avatar Martin Dalecki Committed by Linus Torvalds

[PATCH] 2.5.21 "I can't get no compilation"

The subject says it all...

Contrary to other proposed patches I realized that there is
no such thing as vmalloc_dma.
parent 84ce7c18
......@@ -28,6 +28,7 @@
#include <linux/videodev.h>
#include <linux/i2c.h>
#include <linux/i2c-algo-bit.h>
#include <linux/init.h>
#include "bttv.h"
#include "audiochip.h"
......
......@@ -28,6 +28,7 @@
#include <linux/types.h>
#include <linux/proc_fs.h>
#include <linux/pnpbios.h>
#include <linux/init.h>
static struct proc_dir_entry *proc_pnp = NULL;
static struct proc_dir_entry *proc_pnp_boot = NULL;
......
......@@ -28,7 +28,6 @@ extern int vmalloc_area_pages(unsigned long address, unsigned long size,
*/
extern void * vmalloc(unsigned long size);
extern void * vmalloc_dma(unsigned long size);
extern void * vmalloc_32(unsigned long size);
/*
......
......@@ -108,6 +108,8 @@ EXPORT_SYMBOL(kmalloc);
EXPORT_SYMBOL(kfree);
EXPORT_SYMBOL(vfree);
EXPORT_SYMBOL(__vmalloc);
EXPORT_SYMBOL(vmalloc);
EXPORT_SYMBOL(vmalloc_32);
EXPORT_SYMBOL(vmalloc_to_page);
EXPORT_SYMBOL(mem_map);
EXPORT_SYMBOL(remap_page_range);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment