From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751263AbbLTShH (ORCPT ); Sun, 20 Dec 2015 13:37:07 -0500 Received: from plaes.org ([188.166.43.21]:52909 "EHLO plaes.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750947AbbLTShE (ORCPT ); Sun, 20 Dec 2015 13:37:04 -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 06/13] staging: fbtft: Use standard MIPI DCS command defines for ili9341 Date: Sun, 20 Dec 2015 20:36:00 +0200 Message-Id: <1450636567-2040-7-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 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_ili9341.c | 50 +++++++++++++++++++------------------- 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/drivers/staging/fbtft/fb_ili9341.c b/drivers/staging/fbtft/fb_ili9341.c index dcee0af..d1e13cd 100644 --- a/drivers/staging/fbtft/fb_ili9341.c +++ b/drivers/staging/fbtft/fb_ili9341.c @@ -24,6 +24,7 @@ #include #include #include +#include