From: Noralf Trønnes Date: Wed, 10 Jan 2018 18:59:35 +0000 (+0100) Subject: drm/tinydrm/mi0283qt: Remove ili9341.h X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=24e05e7a82454019fbf3b20c3006c19939571acd;p=linux.git drm/tinydrm/mi0283qt: Remove ili9341.h No need for a public header file for the command macros. Just include the necessary ones in the driver. Also use the MIPI_DCS_PIXEL_FMT_16BIT macro. Signed-off-by: Noralf Trønnes Reviewed-by: David Lechner Link: https://patchwork.freedesktop.org/patch/msgid/20180110185940.53841-3-noralf@tronnes.org --- diff --git a/drivers/gpu/drm/tinydrm/mi0283qt.c b/drivers/gpu/drm/tinydrm/mi0283qt.c index 45f02b6052b12..c69a4d958f246 100644 --- a/drivers/gpu/drm/tinydrm/mi0283qt.c +++ b/drivers/gpu/drm/tinydrm/mi0283qt.c @@ -18,11 +18,35 @@ #include #include -#include #include #include #include