From: Adrian Bunk Signed-off-by: Adrian Bunk Acked-by: OGAWA Hirofumi Signed-off-by: Andrew Morton --- fs/fat/misc.c | 1 - 1 files changed, 1 deletion(-) diff -puN fs/fat/misc.c~fs-fat-miscc-unexport-fat_sync_bhs fs/fat/misc.c --- 25/fs/fat/misc.c~fs-fat-miscc-unexport-fat_sync_bhs Fri Apr 14 12:32:42 2006 +++ 25-akpm/fs/fat/misc.c Fri Apr 14 12:32:42 2006 @@ -210,4 +210,3 @@ int fat_sync_bhs(struct buffer_head **bh return err; } -EXPORT_SYMBOL_GPL(fat_sync_bhs); _