[PATCH] fat: s/EXPORT_SYMBOL/EXPORT_SYMBOL_GPL/
All EXPORT_SYMBOL of fatfs is only for vfat/msdos. _GPL would be proper. Signed-off-by: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
committed by
Linus Torvalds
parent
a5425d2927
commit
7c709d00d6
@@ -173,7 +173,7 @@ out:
|
||||
return error;
|
||||
}
|
||||
|
||||
EXPORT_SYMBOL(fat_notify_change);
|
||||
EXPORT_SYMBOL_GPL(fat_notify_change);
|
||||
|
||||
/* Free all clusters after the skip'th cluster. */
|
||||
static int fat_free(struct inode *inode, int skip)
|
||||
|
Reference in New Issue
Block a user