diff options
Diffstat (limited to 'fs/fat/file.c')
-rw-r--r-- | fs/fat/file.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/fat/file.c b/fs/fat/file.c index 7134403d5be2..15229fe569c3 100644 --- a/fs/fat/file.c +++ b/fs/fat/file.c | |||
@@ -173,7 +173,7 @@ out: | |||
173 | return error; | 173 | return error; |
174 | } | 174 | } |
175 | 175 | ||
176 | EXPORT_SYMBOL(fat_notify_change); | 176 | EXPORT_SYMBOL_GPL(fat_notify_change); |
177 | 177 | ||
178 | /* Free all clusters after the skip'th cluster. */ | 178 | /* Free all clusters after the skip'th cluster. */ |
179 | static int fat_free(struct inode *inode, int skip) | 179 | static int fat_free(struct inode *inode, int skip) |