diff options
-rw-r--r-- | scullc/main.c | 2 |
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; |