[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20191009093850.8911-1-ben.dooks@codethink.co.uk>
Date: Wed, 9 Oct 2019 10:38:49 +0100
From: Ben Dooks <ben.dooks@...ethink.co.uk>
To: dri-devel@...ts.freedesktop.org
Cc: daniel@...ll.ch, airlied@...ux.ie, sean@...rly.run,
mripard@...nel.org, maarten.lankhorst@...ux.intel.com,
linux-kernel@...r.kernel.org, Ben Dooks <ben.dooks@...ethink.co.uk>
Subject: [PATCH 1/2] drm/fb-helper: include drm/drm_fb_cma_helper.h for missing declarations
Include <drm/drm_fb_cma_helper.h> to fix the following warnings
from missing declarations:
drivers/gpu/drm/drm_fb_cma_helper.c:38:27: warning: symbol 'drm_fb_cma_get_gem_obj' was not declared. Should it be static?
drivers/gpu/drm/drm_fb_cma_helper.c:62:12: warning: symbol 'drm_fb_cma_get_gem_addr' was not declared. Should it be static?
Signed-off-by: Ben Dooks <ben.dooks@...ethink.co.uk>
---
drivers/gpu/drm/drm_fb_helper.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/gpu/drm/drm_fb_helper.c b/drivers/gpu/drm/drm_fb_helper.c
index a7ba5b4902d6..23e10075619f 100644
--- a/drivers/gpu/drm/drm_fb_helper.c
+++ b/drivers/gpu/drm/drm_fb_helper.c
@@ -45,6 +45,7 @@
#include <drm/drm_fourcc.h>
#include <drm/drm_print.h>
#include <drm/drm_vblank.h>
+#include <drm/drm_fb_cma_helper.h>
#include "drm_internal.h"
--
2.23.0
Powered by blists - more mailing lists