]> err.no Git - linux-2.6/blobdiff - drivers/mtd/rfd_ftl.c
ALSA: wm8750: add missing VREF output
[linux-2.6] / drivers / mtd / rfd_ftl.c
index 823fba4e6d2fa99c5c5ea2049edd820c9fda1c5c..e538c0a72abb0d531ddd992a559671d7020a7f5f 100644 (file)
@@ -3,8 +3,6 @@
  *
  * Copyright (C) 2005  Sean Young <sean@mess.org>
  *
- * $Id: rfd_ftl.c,v 1.8 2006/01/15 12:51:44 sean Exp $
- *
  * This type of flash translation layer (FTL) is used by the Embedded BIOS
  * by General Software. It is known as the Resident Flash Disk (RFD), see:
  *
@@ -823,7 +821,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,