Re: [PATCH] OMAP1: PM: fix omap1 build

2011-02-11 Thread Kevin Hilman
Hi Manju, "G, Manjunath Kondaiah" writes: > The omap1_defconfig build on pm branch throughs below build error: > > CC drivers/i2c/busses/i2c-omap.o > drivers/i2c/busses/i2c-omap.c:1173: error: lvalue required as unary '&' > operand > make[3]: *** [drivers/i2c/busses/i2c-omap.o] Error 1 >

[PATCH] OMAP1: PM: fix omap1 build

2011-02-07 Thread G, Manjunath Kondaiah
The omap1_defconfig build on pm branch throughs below build error: CC drivers/i2c/busses/i2c-omap.o drivers/i2c/busses/i2c-omap.c:1173: error: lvalue required as unary '&' operand make[3]: *** [drivers/i2c/busses/i2c-omap.o] Error 1 make[2]: *** [drivers/i2c/busses] Error 2 make[1]: *** [dr