Explorar el Código

smcinvoke: Add MODULE_IMPORT_NS for smcinvoke driver

Add MODULE_IMPORT_NS for smcinvoke driver to ignore consider it as as
filesystem and not a driver.

Change-Id: I839b972f68f45f184f6a46de6779ac6adace9d38
Jeevan Shriram hace 2 años
padre
commit
ce09152acc
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      smcinvoke/smcinvoke.c

+ 1 - 0
smcinvoke/smcinvoke.c

@@ -2505,3 +2505,4 @@ module_exit(smcinvoke_exit);
 
 MODULE_LICENSE("GPL v2");
 MODULE_DESCRIPTION("SMC Invoke driver");
+MODULE_IMPORT_NS(VFS_internal_I_am_really_a_filesystem_and_am_NOT_a_driver);