]> Git Repo - linux.git/commitdiff
[MTD] make struct rfd_ftl_tr static
authorAdrian Bunk <[email protected]>
Mon, 14 Apr 2008 14:20:40 +0000 (17:20 +0300)
committerDavid Woodhouse <[email protected]>
Tue, 22 Apr 2008 14:59:25 +0000 (15:59 +0100)
This patch makes the needlessly global struct rfd_ftl_tr static.

Signed-off-by: Adrian Bunk <[email protected]>
Signed-off-by: David Woodhouse <[email protected]>
drivers/mtd/rfd_ftl.c

index 823fba4e6d2fa99c5c5ea2049edd820c9fda1c5c..c84e45465499dba5ad0117c1fc213b4104705171 100644 (file)
@@ -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,
This page took 0.055548 seconds and 4 git commands to generate.