From: Adrian Bunk Date: Fri, 23 Jun 2006 09:05:15 +0000 (-0700) Subject: [PATCH] fs/fat/misc.c: unexport fat_sync_bhs X-Git-Url: http://git.mmlx.us/?a=commitdiff_plain;h=2da132646358c853d5caf296d079aefc69358d46;p=linux-edison.git [PATCH] fs/fat/misc.c: unexport fat_sync_bhs Signed-off-by: Adrian Bunk Acked-by: OGAWA Hirofumi Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/fs/fat/misc.c b/fs/fat/misc.c index 944652e9dde..308f2b6b502 100644 --- a/fs/fat/misc.c +++ b/fs/fat/misc.c @@ -210,4 +210,3 @@ int fat_sync_bhs(struct buffer_head **bhs, int nr_bhs) return err; } -EXPORT_SYMBOL_GPL(fat_sync_bhs);