summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/rfd_ftl.c
diff options
context:
space:
mode:
authorAdrian Bunk2008-04-14 16:20:40 +0200
committerDavid Woodhouse2008-04-22 16:59:25 +0200
commit7fe9296c80e9a4ee51b43fbfbceb5143751a9d5c (patch)
tree8f5206e6f259691c8472d46eb11706616c51b3b1 /drivers/mtd/rfd_ftl.c
parent[MTD] [OneNAND] proper onenand_bbt_read_oob() prototype (diff)
downloadkernel-qcow2-linux-7fe9296c80e9a4ee51b43fbfbceb5143751a9d5c.tar.gz
kernel-qcow2-linux-7fe9296c80e9a4ee51b43fbfbceb5143751a9d5c.tar.xz
kernel-qcow2-linux-7fe9296c80e9a4ee51b43fbfbceb5143751a9d5c.zip
[MTD] make struct rfd_ftl_tr static
This patch makes the needlessly global struct rfd_ftl_tr static. Signed-off-by: Adrian Bunk <bunk@kernel.org> Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Diffstat (limited to 'drivers/mtd/rfd_ftl.c')
-rw-r--r--drivers/mtd/rfd_ftl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/rfd_ftl.c b/drivers/mtd/rfd_ftl.c
index 823fba4e6d2f..c84e45465499 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,