]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/m68k/mm/kmap.c
Merge branch 'pci-for-jesse' of git://git.kernel.org/pub/scm/linux/kernel/git/tip...
[linux-2.6-omap-h63xx.git] / arch / m68k / mm / kmap.c
index b54ef1726c557f827665ae3055eb2c1f8868c2c7..46b7d6035aabaab6a299f5c2cef9fee411c96bb4 100644 (file)
@@ -59,7 +59,7 @@ static struct vm_struct *get_io_area(unsigned long size)
        unsigned long addr;
        struct vm_struct **p, *tmp, *area;
 
-       area = (struct vm_struct *)kmalloc(sizeof(*area), GFP_KERNEL);
+       area = kmalloc(sizeof(*area), GFP_KERNEL);
        if (!area)
                return NULL;
        addr = KMAP_START;