From: Priit Laes Date: Sun, 20 Dec 2015 18:35:56 +0000 (+0200) Subject: staging: fbtft: Use standard MIPI DCS command defines for hx8353d X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=fbf461d176c5ee0e4889dc826a79a245f32426f7;p=deliverable%2Flinux.git staging: fbtft: Use standard MIPI DCS command defines for hx8353d 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_hx8353d.c b/drivers/staging/fbtft/fb_hx8353d.c index 8552411695fa..064ae61a86b2 100644 --- a/drivers/staging/fbtft/fb_hx8353d.c +++ b/drivers/staging/fbtft/fb_hx8353d.c @@ -19,6 +19,7 @@ #include #include #include +#include