Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 4541
b: refs/heads/master
c: 7e4a1d3
h: refs/heads/master
i:
  4539: 825ca71
v: v3
  • Loading branch information
Dan Brown authored and Thomas Gleixner committed May 23, 2005
1 parent 154410d commit 909db5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: dff59421983b235d5b8f713d01213fcc7f57c970
refs/heads/master: 7e4a1d3e6abec5464169a29a3d34473a59e2e8b7
4 changes: 1 addition & 3 deletions trunk/drivers/mtd/nand/diskonchip.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
*
* Interface to generic NAND code for M-Systems DiskOnChip devices
*
* $Id: diskonchip.c,v 1.52 2005/04/06 20:14:19 dbrown Exp $
* $Id: diskonchip.c,v 1.53 2005/04/07 13:39:13 dbrown Exp $
*/

#include <linux/kernel.h>
Expand Down Expand Up @@ -106,13 +106,11 @@ module_param(try_dword, int, 0);
static int no_ecc_failures=0;
module_param(no_ecc_failures, int, 0);

#ifdef CONFIG_MTD_PARTITIONS
static int no_autopart=0;
module_param(no_autopart, int, 0);

static int show_firmware_partition=0;
module_param(show_firmware_partition, int, 0);
#endif

#ifdef MTD_NAND_DISKONCHIP_BBTWRITE
static int inftl_bbt_write=1;
Expand Down

0 comments on commit 909db5e

Please sign in to comment.