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
This commit is contained in:
Jeevan Shriram
2022-04-26 14:38:10 -07:00
committed by Gerrit - the friendly Code Review server
parent bada5b1dd0
commit ce09152acc

View File

@@ -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);