summaryrefslogtreecommitdiffstats
path: root/scullc/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'scullc/main.c')
-rw-r--r--scullc/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/scullc/main.c b/scullc/main.c
index 5bfbbac..abd43ea 100644
--- a/scullc/main.c
+++ b/scullc/main.c
@@ -557,7 +557,7 @@ int scullc_init(void)
}
scullc_cache = kmem_cache_create("scullc", scullc_quantum,
- 0, SLAB_HWCACHE_ALIGN, NULL, NULL); /* no ctor/dtor */
+ 0, SLAB_HWCACHE_ALIGN, NULL); /* no ctor/dtor */
if (!scullc_cache) {
scullc_cleanup();
return -ENOMEM;