Re: [PATCH RESEND V2] usb: phy: am335x: Use SIMPLE_DEV_PM_OPS macro

2014-07-09 Thread Roger Quadros
On 07/08/2014 02:51 PM, Jingoo Han wrote: > Use SIMPLE_DEV_PM_OPS macro and remove DEV_PM_OPS macro, in order > to make the code simpler. > > Signed-off-by: Jingoo Han Acked-by: Roger Quadros > --- > drivers/usb/phy/phy-am335x.c | 12 +++- > 1 file changed, 3 insertions(+), 9 deleti

[PATCH RESEND V2] usb: phy: am335x: Use SIMPLE_DEV_PM_OPS macro

2014-07-08 Thread Jingoo Han
Use SIMPLE_DEV_PM_OPS macro and remove DEV_PM_OPS macro, in order to make the code simpler. Signed-off-by: Jingoo Han --- drivers/usb/phy/phy-am335x.c | 12 +++- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/drivers/usb/phy/phy-am335x.c b/drivers/usb/phy/phy-am335x.c in