From 13c12269927c3240cc667a03ecc8cc4735ca7abc Mon Sep 17 00:00:00 2001 From: Priit Laes Date: Sun, 20 Dec 2015 20:35:58 +0200 Subject: [PATCH] staging: fbtft: Use standard MIPI DCS command defines for ili9163 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 --- drivers/staging/fbtft/fb_ili9163.c | 86 +++++++++++------------------- 1 file changed, 32 insertions(+), 54 deletions(-) diff --git a/drivers/staging/fbtft/fb_ili9163.c b/drivers/staging/fbtft/fb_ili9163.c index f31b3f4b9275..cbcfbb531612 100644 --- a/drivers/staging/fbtft/fb_ili9163.c +++ b/drivers/staging/fbtft/fb_ili9163.c @@ -22,6 +22,7 @@ #include #include #include +#include