From: Priit Laes Date: Sun, 20 Dec 2015 18:36:05 +0000 (+0200) Subject: staging: fbtft: Use standard MIPI DCS command defines for fbtft driver X-Git-Tag: next-20160210~18^2~59 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=a79cb3901ee3e0236a54c461e5a0a9703db28a14;p=karo-tx-linux.git staging: fbtft: Use standard MIPI DCS command defines for fbtft driver 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/fbtft-core.c b/drivers/staging/fbtft/fbtft-core.c index 6824d5ff2d8c..3bcbabf26dbe 100644 --- a/drivers/staging/fbtft/fbtft-core.c +++ b/drivers/staging/fbtft/fbtft-core.c @@ -35,6 +35,7 @@ #include #include #include +#include