mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
soc: rockchip: sdmmc_vendor_storage: Add missing MODULE_LICENSE()
Change-Id: I61549dd857602a157e1f08c3b67fd954759f2f37 Signed-off-by: Tao Huang <huangtao@rock-chips.com>
This commit is contained in:
@@ -633,3 +633,4 @@ static __exit void vendor_storage_deinit(void)
|
||||
|
||||
device_initcall_sync(vendor_storage_init);
|
||||
module_exit(vendor_storage_deinit);
|
||||
MODULE_LICENSE("GPL");
|
||||
|
||||
Reference in New Issue
Block a user