From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751553AbbLTSjF (ORCPT ); Sun, 20 Dec 2015 13:39:05 -0500 Received: from plaes.org ([188.166.43.21]:52914 "EHLO plaes.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751153AbbLTShG (ORCPT ); Sun, 20 Dec 2015 13:37:06 -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 07/13] staging: fbtft: Use standard MIPI DCS command defines for ili9481 Date: Sun, 20 Dec 2015 20:36:01 +0200 Message-Id: <1450636567-2040-8-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_ili9481.c | 30 +++++++++++++++++------------- 1 file changed, 17 insertions(+), 13 deletions(-) diff --git a/drivers/staging/fbtft/fb_ili9481.c b/drivers/staging/fbtft/fb_ili9481.c index 6368486..6fa5e4c 100644 --- a/drivers/staging/fbtft/fb_ili9481.c +++ b/drivers/staging/fbtft/fb_ili9481.c @@ -19,6 +19,7 @@ #include #include #include +#include