]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/um/drivers/fd.c
Merge branch 'bkl-removal' into next
[linux-2.6-omap-h63xx.git] / arch / um / drivers / fd.c
index 0a2bb5b64b82e8ca5bc66c0d76e06cab0e818ed6..f5a981a16240e4d8dd92afca3fb710d9d4d84588 100644 (file)
@@ -40,7 +40,7 @@ static void *fd_init(char *str, int device, const struct chan_opts *opts)
                return NULL;
        }
 
-       data = kmalloc(sizeof(*data), UM_GFP_KERNEL);
+       data = uml_kmalloc(sizeof(*data), UM_GFP_KERNEL);
        if (data == NULL)
                return NULL;