delete a statement that is not needed

This commit is contained in:
morrownr
2023-08-02 12:58:05 -05:00
parent 104e31a320
commit f640decf5d
2 changed files with 3 additions and 4 deletions

View File

@@ -3531,6 +3531,5 @@ int hwaddr_aton_i(const char *txt, u8 *addr)
}
return 0;
}
MODULE_IMPORT_NS(VFS_internal_I_am_really_a_filesystem_and_am_NOT_a_driver);
}