From: Priit Laes Date: Sun, 20 Dec 2015 18:35:59 +0000 (+0200) Subject: staging: fbtft: Use standard MIPI DCS command defines for ili9340 X-Git-Tag: v4.6-rc1~103^2~1076 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=261a984c88fabe44b45d8f95df279314cd6ff3cb;p=thirdparty%2Fkernel%2Flinux.git staging: fbtft: Use standard MIPI DCS command defines for ili9340 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_ili9340.c b/drivers/staging/fbtft/fb_ili9340.c index e0e253989271a..9b24c9ea78d2f 100644 --- a/drivers/staging/fbtft/fb_ili9340.c +++ b/drivers/staging/fbtft/fb_ili9340.c @@ -19,6 +19,7 @@ #include #include #include +#include