From: Priit Laes Date: Sun, 20 Dec 2015 18:36:00 +0000 (+0200) Subject: staging: fbtft: Use standard MIPI DCS command defines for ili9341 X-Git-Tag: next-20160210~18^2~64 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=467786c19a81acd4d5b9fe68d187a7926f1a8457;p=karo-tx-linux.git staging: fbtft: Use standard MIPI DCS command defines for ili9341 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_ili9341.c b/drivers/staging/fbtft/fb_ili9341.c index dcee0aff5875..d1e13cd93ad3 100644 --- a/drivers/staging/fbtft/fb_ili9341.c +++ b/drivers/staging/fbtft/fb_ili9341.c @@ -24,6 +24,7 @@ #include #include #include +#include