summaryrefslogtreecommitdiff
path: root/include/linux/vmalloc.h
diff options
context:
space:
mode:
authorMartin Dalecki <dalecki@evision-ventures.com>2002-06-10 19:46:12 -0700
committerLinus Torvalds <torvalds@home.transmeta.com>2002-06-10 19:46:12 -0700
commit96ba040a2c0123e6913e869cc97a46356e67e8e6 (patch)
treee0b56f8d670314d5437fa425a00f6abeac820641 /include/linux/vmalloc.h
parent84ce7c185447c6e207822fa6967c1e3898c7504f (diff)
[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.
Diffstat (limited to 'include/linux/vmalloc.h')
-rw-r--r--include/linux/vmalloc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/vmalloc.h b/include/linux/vmalloc.h
index 18cce6c6526a..4051c031a976 100644
--- a/include/linux/vmalloc.h
+++ b/include/linux/vmalloc.h
@@ -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);
/*