From: Adrian Bunk Date: Mon, 14 Apr 2008 14:20:40 +0000 (+0300) Subject: [MTD] make struct rfd_ftl_tr static X-Git-Tag: v2.6.26-rc1~1069^2~44 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=7fe9296c80e9a4ee51b43fbfbceb5143751a9d5c;p=linux-2.6-omap-h63xx.git [MTD] make struct rfd_ftl_tr static This patch makes the needlessly global struct rfd_ftl_tr static. Signed-off-by: Adrian Bunk Signed-off-by: David Woodhouse --- diff --git a/drivers/mtd/rfd_ftl.c b/drivers/mtd/rfd_ftl.c index 823fba4e6d2..c84e4546549 100644 --- a/drivers/mtd/rfd_ftl.c +++ b/drivers/mtd/rfd_ftl.c @@ -823,7 +823,7 @@ static void rfd_ftl_remove_dev(struct mtd_blktrans_dev *dev) kfree(part); } -struct mtd_blktrans_ops rfd_ftl_tr = { +static struct mtd_blktrans_ops rfd_ftl_tr = { .name = "rfd", .major = RFD_FTL_MAJOR, .part_bits = PART_BITS,