commit | cb70783c65c2eb1b4593fc0b285ddd6d38499185 | [log] [tgz] |
---|---|---|
author | Artem Bityutskiy <artem.bityutskiy@linux.intel.com> | Fri Mar 15 13:02:19 2013 +0200 |
committer | David Woodhouse <David.Woodhouse@intel.com> | Fri Apr 05 13:15:53 2013 +0100 |
tree | b3f4f62779c71cb168d690e84cf479fab945e490 | |
parent | 57ae2b609f9338875daf269146f89c176831232c [diff] |
mtd: mtdcore: cleanup mtdcore.h a little Remove useless extern qualifiers. Not that this is a problem, but we more often declare function prototypes without 'extern', so this is just about being more consistent. And I am going to add a couple more prototypes here. Additionally, remove a useless comment. Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>