From: Noralf Trønnes Date: Sun, 24 Sep 2017 12:26:22 +0000 (+0200) Subject: drm/shmobile: Use drm_gem_fb_create() X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=5d43aa7a7c8f0bb48679eec066271af29c127e36;p=linux.git drm/shmobile: Use drm_gem_fb_create() drm_fb_cma_create() is just a wrapper around drm_gem_fb_create() now, so use the function directly. Cc: Laurent Pinchart Signed-off-by: Noralf Trønnes Reviewed-by: Eric Anholt Link: https://patchwork.freedesktop.org/patch/msgid/1506255985-61113-8-git-send-email-noralf@tronnes.org --- diff --git a/drivers/gpu/drm/shmobile/shmob_drm_kms.c b/drivers/gpu/drm/shmobile/shmob_drm_kms.c index 388a0fc13564c..d36919b14da76 100644 --- a/drivers/gpu/drm/shmobile/shmob_drm_kms.c +++ b/drivers/gpu/drm/shmobile/shmob_drm_kms.c @@ -16,6 +16,7 @@ #include #include #include +#include #include