]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
usb: musb: am35x: use SIMPLE_DEV_PM_OPS
authorDaniel Mack <zonque@gmail.com>
Mon, 30 Sep 2013 19:02:07 +0000 (21:02 +0200)
committerFelipe Balbi <balbi@ti.com>
Wed, 2 Oct 2013 13:21:23 +0000 (08:21 -0500)
commita49be8f231ee0815d149d6d6c23dcc56a6f68410
treeeb827ba39f748a0c1000bbcbb78ba8691dda1546
parent78723920a6a57f6284574133d10f3e94b06b5979
usb: musb: am35x: use SIMPLE_DEV_PM_OPS

This makes am35x_pm_ops const and will stub the struct out in case
CONFIG_PM_SLEEP is not set.

Signed-off-by: Daniel Mack <zonque@gmail.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/musb/am35x.c