From: Priit Laes Date: Sun, 20 Dec 2015 18:36:01 +0000 (+0200) Subject: staging: fbtft: Use standard MIPI DCS command defines for ili9481 X-Git-Tag: next-20160210~18^2~63 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=89823edc63c9bfb58b307b4d128ff7f10c07ee2b;p=karo-tx-linux.git staging: fbtft: Use standard MIPI DCS command defines for ili9481 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_ili9481.c b/drivers/staging/fbtft/fb_ili9481.c index 63684864f309..6fa5e4c21ab6 100644 --- a/drivers/staging/fbtft/fb_ili9481.c +++ b/drivers/staging/fbtft/fb_ili9481.c @@ -19,6 +19,7 @@ #include #include #include +#include