[PATCH] fat: s/EXPORT_SYMBOL/EXPORT_SYMBOL_GPL/
[firefly-linux-kernel-4.4.55.git] / fs / fat / file.c
index 7134403d5be25546b57d5c8880b96873754b1283..15229fe569c3cbf22da7043c31e51b06787cd7e3 100644 (file)
@@ -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)