mtd: partitions: rename MTD parser get/put
authorBrian Norris <computersforpeace@gmail.com>
Fri, 4 Dec 2015 23:25:15 +0000 (15:25 -0800)
committerBrian Norris <computersforpeace@gmail.com>
Wed, 9 Dec 2015 18:22:02 +0000 (10:22 -0800)
commit5531ae4818fb04b9a30f87099f44595c1786f518
tree6399b4f6bef7f0a562b0c4f72d19f73bb5b46d02
parentb9adf469f8abb8a66f5795bbd8fe50fe201a14a1
mtd: partitions: rename MTD parser get/put

We're going to reuse put_partition_parser(), so let's fix up the prefix
naming a bit, to hopefully be more consistent. Also make convert to a
true C function instead of a macro.

Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Reviewed-by: Boris Brezillon <boris.brezillon@free-electrons.com>
drivers/mtd/mtdpart.c