Loading drivers/mtd/devices/Kconfig +4 −4 Original line number Diff line number Diff line # drivers/mtd/maps/Kconfig # $Id: Kconfig,v 1.15 2004/12/22 17:51:15 joern Exp $ # $Id: Kconfig,v 1.18 2005/11/07 11:14:24 gleixner Exp $ menu "Self-contained MTD device drivers" depends on MTD!=n Loading drivers/mtd/devices/blkmtd.c +5 −5 Original line number Diff line number Diff line /* * $Id: blkmtd.c,v 1.24 2004/11/16 18:29:01 dwmw2 Exp $ * $Id: blkmtd.c,v 1.27 2005/11/07 11:14:24 gleixner Exp $ * * blkmtd.c - use a block device as a fake MTD * Loading Loading @@ -39,7 +39,7 @@ /* Default erase size in K, always make it a multiple of PAGE_SIZE */ #define CONFIG_MTD_BLKDEV_ERASESIZE (128 << 10) /* 128KiB */ #define VERSION "$Revision: 1.24 $" #define VERSION "$Revision: 1.27 $" /* Info for the block device */ struct blkmtd_dev { Loading drivers/mtd/devices/block2mtd.c +4 −4 Original line number Diff line number Diff line /* * $Id: block2mtd.c,v 1.28 2005/03/19 22:40:44 gleixner Exp $ * $Id: block2mtd.c,v 1.29 2005/11/07 11:14:24 gleixner Exp $ * * block2mtd.c - create an mtd from a block device * Loading @@ -19,7 +19,7 @@ #include <linux/mtd/mtd.h> #include <linux/buffer_head.h> #define VERSION "$Revision: 1.28 $" #define VERSION "$Revision: 1.29 $" #define ERROR(fmt, args...) printk(KERN_ERR "block2mtd: " fmt "\n" , ## args) Loading drivers/mtd/devices/doc2000.c +21 −21 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ * (c) 1999 Machine Vision Holdings, Inc. * (c) 1999, 2000 David Woodhouse <dwmw2@infradead.org> * * $Id: doc2000.c,v 1.66 2005/01/05 18:05:12 dwmw2 Exp $ * $Id: doc2000.c,v 1.67 2005/11/07 11:14:24 gleixner Exp $ */ #include <linux/kernel.h> Loading drivers/mtd/devices/doc2001.c +12 −12 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ * (c) 1999 Machine Vision Holdings, Inc. * (c) 1999, 2000 David Woodhouse <dwmw2@infradead.org> * * $Id: doc2001.c,v 1.48 2005/01/05 18:05:12 dwmw2 Exp $ * $Id: doc2001.c,v 1.49 2005/11/07 11:14:24 gleixner Exp $ */ #include <linux/kernel.h> Loading Loading
drivers/mtd/devices/Kconfig +4 −4 Original line number Diff line number Diff line # drivers/mtd/maps/Kconfig # $Id: Kconfig,v 1.15 2004/12/22 17:51:15 joern Exp $ # $Id: Kconfig,v 1.18 2005/11/07 11:14:24 gleixner Exp $ menu "Self-contained MTD device drivers" depends on MTD!=n Loading
drivers/mtd/devices/blkmtd.c +5 −5 Original line number Diff line number Diff line /* * $Id: blkmtd.c,v 1.24 2004/11/16 18:29:01 dwmw2 Exp $ * $Id: blkmtd.c,v 1.27 2005/11/07 11:14:24 gleixner Exp $ * * blkmtd.c - use a block device as a fake MTD * Loading Loading @@ -39,7 +39,7 @@ /* Default erase size in K, always make it a multiple of PAGE_SIZE */ #define CONFIG_MTD_BLKDEV_ERASESIZE (128 << 10) /* 128KiB */ #define VERSION "$Revision: 1.24 $" #define VERSION "$Revision: 1.27 $" /* Info for the block device */ struct blkmtd_dev { Loading
drivers/mtd/devices/block2mtd.c +4 −4 Original line number Diff line number Diff line /* * $Id: block2mtd.c,v 1.28 2005/03/19 22:40:44 gleixner Exp $ * $Id: block2mtd.c,v 1.29 2005/11/07 11:14:24 gleixner Exp $ * * block2mtd.c - create an mtd from a block device * Loading @@ -19,7 +19,7 @@ #include <linux/mtd/mtd.h> #include <linux/buffer_head.h> #define VERSION "$Revision: 1.28 $" #define VERSION "$Revision: 1.29 $" #define ERROR(fmt, args...) printk(KERN_ERR "block2mtd: " fmt "\n" , ## args) Loading
drivers/mtd/devices/doc2000.c +21 −21 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ * (c) 1999 Machine Vision Holdings, Inc. * (c) 1999, 2000 David Woodhouse <dwmw2@infradead.org> * * $Id: doc2000.c,v 1.66 2005/01/05 18:05:12 dwmw2 Exp $ * $Id: doc2000.c,v 1.67 2005/11/07 11:14:24 gleixner Exp $ */ #include <linux/kernel.h> Loading
drivers/mtd/devices/doc2001.c +12 −12 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ * (c) 1999 Machine Vision Holdings, Inc. * (c) 1999, 2000 David Woodhouse <dwmw2@infradead.org> * * $Id: doc2001.c,v 1.48 2005/01/05 18:05:12 dwmw2 Exp $ * $Id: doc2001.c,v 1.49 2005/11/07 11:14:24 gleixner Exp $ */ #include <linux/kernel.h> Loading