]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mtd: nand: pxa3xx_nand: Remove redundant of_match_ptr
authorSachin Kamat <sachin.kamat@linaro.org>
Mon, 30 Sep 2013 09:40:24 +0000 (15:10 +0530)
committerBrian Norris <computersforpeace@gmail.com>
Thu, 7 Nov 2013 07:32:46 +0000 (23:32 -0800)
commit5576bc7bef2919dd2b185bffb768bf9c0da76788
tree668de096bb07005ea5c0d3d37c9c046cc62dc002
parentfea7b5697ba74102f905ecf318a34f2429071a0a
mtd: nand: pxa3xx_nand: Remove redundant of_match_ptr

The data structure of_match_ptr() protects is always compiled in.
Hence of_match_ptr() is not needed.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
drivers/mtd/nand/pxa3xx_nand.c