ANDROID: sdcardfs: declare MODULE_ALIAS_FS
From commit ee616b78aa87 ("Wrapfs: declare MODULE_ALIAS_FS") Signed-off-by: Daniel Rosenberg <drosen@google.com> bug: 35766959 Change-Id: Ia4728ab49d065b1d2eb27825046f14b97c328cba
This commit is contained in:
parent
ca3019310f
commit
75e385dc32
1 changed files with 1 additions and 0 deletions
|
@ -432,6 +432,7 @@ static struct file_system_type sdcardfs_fs_type = {
|
|||
.kill_sb = sdcardfs_kill_sb,
|
||||
.fs_flags = 0,
|
||||
};
|
||||
MODULE_ALIAS_FS(SDCARDFS_NAME);
|
||||
|
||||
static int __init init_sdcardfs_fs(void)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue