]> asedeno.scripts.mit.edu Git - linux.git/commit
drm/bridge: cdns: Mark runtime PM operations as maybe unused
authorThierry Reding <treding@nvidia.com>
Thu, 26 Apr 2018 13:58:53 +0000 (15:58 +0200)
committerThierry Reding <treding@nvidia.com>
Fri, 18 May 2018 09:22:06 +0000 (11:22 +0200)
commiteea740a98df9ff914001bd066389b6e8f1024991
tree2d61136635717a81256f11d0d0dde9e0e8001648
parent12a6cbd4f3f10b01b8a190de3766e70492df316b
drm/bridge: cdns: Mark runtime PM operations as maybe unused

Building the driver in a configuration with !PM currently causes a
warning about these operations being unused. Mark them as such to shut
up the compiler.

Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20180426135853.30895-1-thierry.reding@gmail.com
drivers/gpu/drm/bridge/cdns-dsi.c