[PATCH] i2c: pxa2xx: remove ifdef CONFIG_OF

Sebastian Andrzej Siewior bigeasy at linutronix.de
Sat Mar 26 00:38:06 EST 2011


Since commit c9e358d ("driver-core: remove conditionals around
devicetree pointers") there is no need for CONFIG_OF around of_node and
of_match_table. Grant removed this ifdefs from all driver which were in
tree at the time, this one was merged later.

Signed-off-by: Sebastian Andrzej Siewior <bigeasy at linutronix.de>
---
 drivers/i2c/busses/i2c-pxa.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/drivers/i2c/busses/i2c-pxa.c b/drivers/i2c/busses/i2c-pxa.c
index f59224a..91c4c15 100644
--- a/drivers/i2c/busses/i2c-pxa.c
+++ b/drivers/i2c/busses/i2c-pxa.c
@@ -1138,9 +1138,7 @@ static int i2c_pxa_probe(struct platform_device *dev)
 
 	i2c->adap.algo_data = i2c;
 	i2c->adap.dev.parent = &dev->dev;
-#ifdef CONFIG_OF
 	i2c->adap.dev.of_node = dev->dev.of_node;
-#endif
 
 	if (i2c_type == REGS_CE4100)
 		ret = i2c_add_adapter(&i2c->adap);
-- 
1.7.4



More information about the devicetree-discuss mailing list