From f2f76e1c9aa617a2a7d8c32f19c16c69e74c9b0b 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 f31b3f4b92757..cbcfbb531612b 100644 --- a/drivers/staging/fbtft/fb_ili9163.c +++ b/drivers/staging/fbtft/fb_ili9163.c @@ -22,6 +22,7 @@ #include #include #include +#include