From: Priit Laes Date: Sun, 20 Dec 2015 18:35:57 +0000 (+0200) Subject: staging: fbtft: Use standard MIPI DCS command defines for hx8357d X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=9580893255e3736975f5638d4dde842c9b2d6992;p=deliverable%2Flinux.git staging: fbtft: Use standard MIPI DCS command defines for hx8357d 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_hx8357d.c b/drivers/staging/fbtft/fb_hx8357d.c index a381dbcf5535..89be9ec2e347 100644 --- a/drivers/staging/fbtft/fb_hx8357d.c +++ b/drivers/staging/fbtft/fb_hx8357d.c @@ -22,6 +22,7 @@ #include #include #include +#include