diff options
author | Adrian Bunk <bunk@stusta.de> | 2006-06-23 02:05:15 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-06-23 07:43:03 -0700 |
commit | 2da132646358c853d5caf296d079aefc69358d46 (patch) | |
tree | 253119203069ade4dc11962191cdfd51bc8b783e /fs/fat/misc.c | |
parent | 0ae26f1b3159f3acb21ae1e866c3c7e16edd450f (diff) | |
download | op-kernel-dev-2da132646358c853d5caf296d079aefc69358d46.zip op-kernel-dev-2da132646358c853d5caf296d079aefc69358d46.tar.gz |
[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>
Diffstat (limited to 'fs/fat/misc.c')
-rw-r--r-- | fs/fat/misc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/fat/misc.c b/fs/fat/misc.c index 944652e..308f2b6 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); |