diff options
Diffstat (limited to 'spl_config.h.in')
-rw-r--r-- | spl_config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/spl_config.h.in b/spl_config.h.in index 931539c81..f2895054d 100644 --- a/spl_config.h.in +++ b/spl_config.h.in @@ -21,6 +21,9 @@ /* on_each_cpu wants 3 args */ #undef HAVE_3ARGS_ON_EACH_CPU +/* device_create wants 5 args */ +#undef HAVE_5ARGS_DEVICE_CREATE + /* kernel defines atomic64_t */ #undef HAVE_ATOMIC64_T |