Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 142298
b: refs/heads/master
c: d5e539a
h: refs/heads/master
v: v3
  • Loading branch information
Kevin Hilman authored and David Woodhouse committed Mar 20, 2009
1 parent 3b653c9 commit c5d096f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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: 374555aeb64f450db04edb8c7c218d763f2a8781
refs/heads/master: d5e539ad7d8305f12d04b4a278f8cf791e3de4db
3 changes: 0 additions & 3 deletions trunk/drivers/mtd/nand/davinci_nand.c
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
#include <linux/mtd/nand.h>
#include <linux/mtd/partitions.h>

#include <mach/cpu.h>
#include <mach/nand.h>

#include <asm/mach-types.h>
Expand Down Expand Up @@ -392,8 +391,6 @@ static int __init nand_davinci_probe(struct platform_device *pdev)
/* use board-specific ECC config; else, the best available */
if (pdata)
ecc_mode = pdata->ecc_mode;
else if (cpu_is_davinci_dm355())
ecc_mode = NAND_ECC_HW_SYNDROME;
else
ecc_mode = NAND_ECC_HW;

Expand Down

0 comments on commit c5d096f

Please sign in to comment.