[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20191009093850.8911-2-ben.dooks@codethink.co.uk>
Date: Wed, 9 Oct 2019 10:38:50 +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 2/2] drm/fb-helper: include drm_crtc_helper_internal.h for drm_fb_helper_modinit
Include drm_crtc_helper_internal.h for drm_fb_helper_modinit
definition to fix the following warning:
drivers/gpu/drm/drm_fb_helper.c:2410:12: warning: symbol 'drm_fb_helper_modinit' 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 23e10075619f..f1359e3e676c 100644
--- a/drivers/gpu/drm/drm_fb_helper.c
+++ b/drivers/gpu/drm/drm_fb_helper.c
@@ -48,6 +48,7 @@
#include <drm/drm_fb_cma_helper.h>
#include "drm_internal.h"
+#include "drm_crtc_helper_internal.h"
static bool drm_fbdev_emulation = true;
module_param_named(fbdev_emulation, drm_fbdev_emulation, bool, 0600);
--
2.23.0
Powered by blists - more mailing lists