Re: [PATCH] drm/bridge: cdns: Mark runtime PM operations as maybe unused

2018-04-26 Thread Thierry Reding
On Thu, Apr 26, 2018 at 04:21:04PM +0200, Daniel Vetter wrote: > On Thu, Apr 26, 2018 at 03:58:53PM +0200, Thierry Reding wrote: > > From: Thierry Reding > > > > Building the driver in a configuration with !PM currently causes a > > warning about these operations being unused. Mark them as such t

Re: [PATCH] drm/bridge: cdns: Mark runtime PM operations as maybe unused

2018-04-26 Thread Daniel Vetter
On Thu, Apr 26, 2018 at 03:58:53PM +0200, Thierry Reding wrote: > From: Thierry Reding > > 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. > > Signed-off-by: Thierry Reding I'd so lov

[PATCH] drm/bridge: cdns: Mark runtime PM operations as maybe unused

2018-04-26 Thread Thierry Reding
From: Thierry Reding 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. Signed-off-by: Thierry Reding --- drivers/gpu/drm/bridge/cdns-dsi.c | 4 ++-- 1 file changed, 2 insertions(+), 2 delet