Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751597AbbLTSj3 (ORCPT ); Sun, 20 Dec 2015 13:39:29 -0500 Received: from plaes.org ([188.166.43.21]:52907 "EHLO plaes.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751151AbbLTSg4 (ORCPT ); Sun, 20 Dec 2015 13:36:56 -0500 From: Priit Laes To: Thomas Petazzoni , =?UTF-8?q?Noralf=20Tr=C3=B8nnes?= , Greg Kroah-Hartman Cc: devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org, Priit Laes Subject: [PATCH 05/13] staging: fbtft: Use standard MIPI DCS command defines for ili9340 Date: Sun, 20 Dec 2015 20:35:59 +0200 Message-Id: <1450636567-2040-6-git-send-email-plaes@plaes.org> X-Mailer: git-send-email 2.6.4 In-Reply-To: <1450636567-2040-1-git-send-email-plaes@plaes.org> References: <1450636567-2040-1-git-send-email-plaes@plaes.org> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2689 Lines: 92 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 --- drivers/staging/fbtft/fb_ili9340.c | 26 ++++++++++++-------------- 1 file changed, 12 insertions(+), 14 deletions(-) diff --git a/drivers/staging/fbtft/fb_ili9340.c b/drivers/staging/fbtft/fb_ili9340.c index e0e2539..9b24c9e 100644 --- a/drivers/staging/fbtft/fb_ili9340.c +++ b/drivers/staging/fbtft/fb_ili9340.c @@ -19,6 +19,7 @@ #include #include #include +#include