]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
mtd: kill off MTD partition parser boilerplate
authorBrian Norris <computersforpeace@gmail.com>
Thu, 12 Nov 2015 03:13:30 +0000 (19:13 -0800)
committerBrian Norris <computersforpeace@gmail.com>
Fri, 20 Nov 2015 02:46:29 +0000 (18:46 -0800)
commitb8f70badb8cd7c928f7e076b6143aeb66fe13c8b
tree09a34598646ee8dd8c988983e6e1917487bc0665
parentb9eab01125bf3cb6f5fbab1811402d16c9fcf4ec
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>
drivers/mtd/afs.c
drivers/mtd/ar7part.c
drivers/mtd/bcm47xxpart.c
drivers/mtd/bcm63xxpart.c
drivers/mtd/cmdlinepart.c
drivers/mtd/ofpart.c
drivers/mtd/redboot.c