regulator: fixed: Use of_match_ptr() for of_match_table entry
authorAxel Lin <axel.lin@gmail.com>
Fri, 1 Jun 2012 04:16:25 +0000 (12:16 +0800)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Sun, 3 Jun 2012 12:25:05 +0000 (13:25 +0100)
commitabcfaf23c7d8494bd3b3266f7a78e9efe6206ca4
tree429eab88e426f1353e689271119fed203959466e
parent133d4016f1783b21e9458430fa7c0c610c010037
regulator: fixed: Use of_match_ptr() for of_match_table entry

Use the new of_match_ptr() macro for the of_match_table
pointer entry to avoid having to #define match NULL.

Signed-off-by: Axel Lin <axel.lin@gmail.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
drivers/regulator/fixed.c