commit | b9eab01125bf3cb6f5fbab1811402d16c9fcf4ec | [log] [tgz] |
---|---|---|
author | Brian Norris <computersforpeace@gmail.com> | Wed Nov 11 19:13:29 2015 -0800 |
committer | Brian Norris <computersforpeace@gmail.com> | Thu Nov 19 18:46:28 2015 -0800 |
tree | 8f117ec9783e121e50b16d7601dc10254a268b01 | |
parent | 1d158315c13b6989f7ddb1d8d334965d14d958d8 [diff] |
mtd: partitions: add module_mtd_part_parser() helper This can help eliminate some boilerplate by generating the module_init() and module_exit() functions, and by automatically assigning the module owner. Signed-off-by: Brian Norris <computersforpeace@gmail.com>