]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mtd: m25p80: remove unnecessary ifdef
authorSascha Hauer <s.hauer@pengutronix.de>
Mon, 12 Aug 2013 10:22:26 +0000 (12:22 +0200)
committerBrian Norris <computersforpeace@gmail.com>
Wed, 21 Aug 2013 08:35:33 +0000 (01:35 -0700)
commit116a73d09f9f531f3558bc619ff237d3d1b8c2dc
tree9418102abc40b1cc6f5ced78dbbeea1bef23b9af
parent39b8485d651d3dc7219121606755dc4e9478e106
mtd: m25p80: remove unnecessary ifdef

of_property_read_bool properly compiles away, no need to ifdef this
for non DT builds.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Acked-by: Marek Vasut <marex@denx.de>
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
drivers/mtd/devices/m25p80.c