From: Priit Laes Date: Sun, 20 Dec 2015 18:36:06 +0000 (+0200) Subject: staging: fbtft: Use standard MIPI DCS command defines for tinylcd X-Git-Tag: v4.6-rc1~103^2~1069 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=440176316c67225ee821b852eac45c160f2a2bb7;p=platform%2Fkernel%2Flinux-exynos.git staging: fbtft: Use standard MIPI DCS command defines for tinylcd This patch makes use of the standard MIPI Display Command Set to remove some of the magic constants found in source code. Signed-off-by: Priit Laes Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/fbtft/fb_tinylcd.c b/drivers/staging/fbtft/fb_tinylcd.c index caf263d..097e71c 100644 --- a/drivers/staging/fbtft/fb_tinylcd.c +++ b/drivers/staging/fbtft/fb_tinylcd.c @@ -18,6 +18,7 @@ #include #include #include +#include