Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 295553
b: refs/heads/master
c: f611b02
h: refs/heads/master
i:
  295551: f13dc75
v: v3
  • Loading branch information
Bernhard Walle authored and Tony Lindgren committed Mar 6, 2012
1 parent 27d31a7 commit 40d23b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: dffc9daeec5e7e2a5bfcb7cbb5abf3a9dc64ffe1
refs/heads/master: f611b020e74a41fb6460a5d5ca085d0c361b8b2f
2 changes: 2 additions & 0 deletions trunk/arch/arm/mach-omap2/gpmc.c
Original file line number Diff line number Diff line change
Expand Up @@ -888,6 +888,7 @@ int gpmc_enable_hwecc(int cs, int mode, int dev_width, int ecc_size)
gpmc_write_reg(GPMC_ECC_CONFIG, val);
return 0;
}
EXPORT_SYMBOL_GPL(gpmc_enable_hwecc);

/**
* gpmc_calculate_ecc - generate non-inverted ecc bytes
Expand Down Expand Up @@ -918,3 +919,4 @@ int gpmc_calculate_ecc(int cs, const u_char *dat, u_char *ecc_code)
gpmc_ecc_used = -EINVAL;
return 0;
}
EXPORT_SYMBOL_GPL(gpmc_calculate_ecc);

0 comments on commit 40d23b0

Please sign in to comment.