]> Pileus Git - ~andy/linux/commitdiff
Remove definitions of unreferenced macros virt_to_page and vmalloc_32 from
authorStefan Richter <stefanr@s5r6.in-berlin.de>
Mon, 7 Nov 2005 11:31:50 +0000 (06:31 -0500)
committerJody McIntyre <scjody@modernduck.com>
Mon, 7 Nov 2005 11:31:50 +0000 (06:31 -0500)
dv1394 and video1394.

Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
Signed-off-by: Jody McIntyre <scjody@modernduck.com>
drivers/ieee1394/dv1394.c
drivers/ieee1394/video1394.c

index d204ec772c0a18d48f4efb9b4d4ff52cf4be7dba..196db74392726e6645a33fae7c23962bc1736f7e 100644 (file)
 
 #include "ohci1394.h"
 
-#ifndef virt_to_page
-#define virt_to_page(x) MAP_NR(x)
-#endif
-
-#ifndef vmalloc_32
-#define vmalloc_32(x) vmalloc(x)
-#endif
-
-
 /* DEBUG LEVELS:
    0 - no debugging messages
    1 - some debugging messages, but none during DMA frame transmission
index 2ad30cd7c5aab8fe20dd14e566fc5ad1bf012e8b..07050f0e409884ef9d9e39bcb6fbcb61a486a89a 100644 (file)
 
 #define ISO_CHANNELS 64
 
-#ifndef virt_to_page
-#define virt_to_page(x) MAP_NR(x)
-#endif
-
-#ifndef vmalloc_32
-#define vmalloc_32(x) vmalloc(x)
-#endif
-
 struct it_dma_prg {
        struct dma_cmd begin;
        quadlet_t data[4];