Re: [PATCH] i2c: i2c-designware: Fix compilation warning

2013-05-21 Thread Mika Westerberg
On Mon, May 20, 2013 at 11:55:50PM +, EUNBONG SONG wrote: > > Fix the following compilation warning when CONFIG_PM_RUNTIME is not enabled: > > drivers/i2c/busses/i2c-designware-pcidrv.c:188: warning: > 'i2c_dw_pci_runtime_idle' defined but not used > > Signed-off-by: EunBong Song Thanks f

[PATCH] i2c: i2c-designware: Fix compilation warning

2013-05-20 Thread EUNBONG SONG
Fix the following compilation warning when CONFIG_PM_RUNTIME is not enabled: drivers/i2c/busses/i2c-designware-pcidrv.c:188: warning: 'i2c_dw_pci_runtime_idle' defined but not used Signed-off-by: EunBong Song --- drivers/i2c/busses/i2c-designware-pcidrv.c |2 ++ 1 file changed, 2 insertio