Loading drivers/gpu/drm/bridge/analogix-anx7625.c +2 −4 Original line number Diff line number Diff line /* Copyright (c) 2018-2019, The Linux Foundation. All rights reserved. /* Copyright (c) 2018-2020, The Linux Foundation. All rights reserved. * * Copyright(c) 2016, Analogix Semiconductor. All rights reserved. * Loading Loading @@ -1572,9 +1572,7 @@ static int anx7625_restore(struct device *dev) } static const struct dev_pm_ops anx7625_pm = { .freeze = anx7625_freeze, .restore = anx7625_restore, .thaw = anx7625_restore, SET_SYSTEM_SLEEP_PM_OPS(anx7625_freeze, anx7625_restore) }; #endif Loading Loading
drivers/gpu/drm/bridge/analogix-anx7625.c +2 −4 Original line number Diff line number Diff line /* Copyright (c) 2018-2019, The Linux Foundation. All rights reserved. /* Copyright (c) 2018-2020, The Linux Foundation. All rights reserved. * * Copyright(c) 2016, Analogix Semiconductor. All rights reserved. * Loading Loading @@ -1572,9 +1572,7 @@ static int anx7625_restore(struct device *dev) } static const struct dev_pm_ops anx7625_pm = { .freeze = anx7625_freeze, .restore = anx7625_restore, .thaw = anx7625_restore, SET_SYSTEM_SLEEP_PM_OPS(anx7625_freeze, anx7625_restore) }; #endif Loading