]> git.proxmox.com Git - mirror_zfs.git/blobdiff - module/lua/ltablib.c
Update build system and packaging
[mirror_zfs.git] / module / lua / ltablib.c
index d01b5ba076bfc3d6b770aa7d2e6d18b44c87188b..be5b6375e4a80a087a8c2a81d9c3d23971f6605a 100644 (file)
@@ -281,7 +281,7 @@ LUAMOD_API int luaopen_table (lua_State *L) {
   return 1;
 }
 
-#if defined(_KERNEL) && defined(HAVE_SPL)
+#if defined(_KERNEL)
 
 EXPORT_SYMBOL(luaopen_table);