commit | b8f70badb8cd7c928f7e076b6143aeb66fe13c8b | [log] [tgz] |
---|---|---|
author | Brian Norris <computersforpeace@gmail.com> | Wed Nov 11 19:13:30 2015 -0800 |
committer | Brian Norris <computersforpeace@gmail.com> | Thu Nov 19 18:46:29 2015 -0800 |
tree | 09a34598646ee8dd8c988983e6e1917487bc0665 | |
parent | b9eab01125bf3cb6f5fbab1811402d16c9fcf4ec [diff] |
mtd: kill off MTD partition parser boilerplate Most parsers can be handled with our new boilerplate-reducing macro. There are a few that can't be (cmdlineparts and ofpart). Also kill off the owner assignments, since register_mtd_parser() now takes care of that. Signed-off-by: Brian Norris <computersforpeace@gmail.com>