]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/block_dev.c
enc28j60: don't specify (wrong) IRQ type
[linux-2.6-omap-h63xx.git] / fs / block_dev.c
index 10d8a0aa871a096eb3d8577b01d285aa9c1fa433..dcf37cada3697d898c2d0c70c875450826845440 100644 (file)
@@ -271,7 +271,7 @@ static void bdev_destroy_inode(struct inode *inode)
        kmem_cache_free(bdev_cachep, bdi);
 }
 
-static void init_once(struct kmem_cache * cachep, void *foo)
+static void init_once(void *foo)
 {
        struct bdev_inode *ei = (struct bdev_inode *) foo;
        struct block_device *bdev = &ei->bdev;