]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - net/socket.c
ALSA: hda - Fix call of alc888_coef_init()
[linux-2.6-omap-h63xx.git] / net / socket.c
index 1310a82cbba7c69326e7135ab438adb636dc5c8a..8ef8ba81b9e2048c93363f4a2f98f73b7778cdce 100644 (file)
@@ -265,7 +265,7 @@ static void sock_destroy_inode(struct inode *inode)
                        container_of(inode, struct socket_alloc, vfs_inode));
 }
 
-static void init_once(struct kmem_cache *cachep, void *foo)
+static void init_once(void *foo)
 {
        struct socket_alloc *ei = (struct socket_alloc *)foo;