From: Adrian Bunk <bunk@stusta.de>
Date: Fri, 23 Jun 2006 09:05:15 +0000 (-0700)
Subject: [PATCH] fs/fat/misc.c: unexport fat_sync_bhs
X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=2da132646358c853d5caf296d079aefc69358d46;p=GitHub%2FLineageOS%2Fandroid_kernel_samsung_universal7580.git

[PATCH] fs/fat/misc.c: unexport fat_sync_bhs

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Acked-by: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
---

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);