mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-10 07:50:04 +00:00
crypto: omap-des - Use SIMPLE_DEV_PM_OPS macro
Use SIMPLE_DEV_PM_OPS macro in order to make the code simpler. Signed-off-by: Jingoo Han <jg1.han@samsung.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:
parent
ea7b284398
commit
e78f91932d
@ -1196,9 +1196,7 @@ static int omap_des_resume(struct device *dev)
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
static const struct dev_pm_ops omap_des_pm_ops = {
|
static SIMPLE_DEV_PM_OPS(omap_des_pm_ops, omap_des_suspend, omap_des_resume);
|
||||||
SET_SYSTEM_SLEEP_PM_OPS(omap_des_suspend, omap_des_resume)
|
|
||||||
};
|
|
||||||
|
|
||||||
static struct platform_driver omap_des_driver = {
|
static struct platform_driver omap_des_driver = {
|
||||||
.probe = omap_des_probe,
|
.probe = omap_des_probe,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user