commit | 7c977c3eb29837191f4154d819e552786bc42003 | [log] [tgz] |
---|---|---|
author | Pekon Gupta <pekon@ti.com> | Mon Mar 03 15:38:30 2014 +0530 |
committer | Brian Norris <computersforpeace@gmail.com> | Thu Mar 20 02:55:27 2014 -0700 |
tree | 325ff90273927e8fe772353f2592a249f12c73fe | |
parent | 7bcd1dca1d587ad29f9825ba4414620440e8c8da [diff] |
mtd: nand: omap: ecc.hwctl: rename omap3_enable_hwecc_bch to omap_enable_hwecc_bch This patch - renames omap3_enable_hwecc_bch -> omap_enable_hwecc_bch to keep nomenclature independent of any device family. - using '__maybe_unused' instead of `ifdef based conditional compilation to suppress warning for un-used functions Signed-off-by: Pekon Gupta <pekon@ti.com> Signed-off-by: Brian Norris <computersforpeace@gmail.com>