From: Priit Laes Date: Sun, 20 Dec 2015 18:36:04 +0000 (+0200) Subject: staging: fbtft: Use standard MIPI DCS command defines for st7735r X-Git-Tag: next-20160210~18^2~60 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=79f5da7d33a0b3b874601edd0ff58affbc76421a;p=karo-tx-linux.git staging: fbtft: Use standard MIPI DCS command defines for st7735r 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_st7735r.c b/drivers/staging/fbtft/fb_st7735r.c index a92b0d071097..c5e51fe1aad5 100644 --- a/drivers/staging/fbtft/fb_st7735r.c +++ b/drivers/staging/fbtft/fb_st7735r.c @@ -17,6 +17,7 @@ #include #include #include +#include