mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 20:32:04 +09:00
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:
committed by
Amit Pundir
parent
078a4b13d8
commit
52d522b505
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user