From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754143AbcBHDkI (ORCPT ); Sun, 7 Feb 2016 22:40:08 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:56175 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752278AbcBHDkG (ORCPT ); Sun, 7 Feb 2016 22:40:06 -0500 Date: Sun, 7 Feb 2016 19:40:06 -0800 From: Greg Kroah-Hartman To: Priit Laes Cc: Thomas Petazzoni , Noralf =?iso-8859-1?Q?Tr=F8nnes?= , devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 13/13] staging: fbtft: Remove unused and duplicated defines Message-ID: <20160208034006.GA13611@kroah.com> References: <1450636567-2040-1-git-send-email-plaes@plaes.org> <1450636567-2040-14-git-send-email-plaes@plaes.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1450636567-2040-14-git-send-email-plaes@plaes.org> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Dec 20, 2015 at 08:36:07PM +0200, Priit Laes wrote: > This patch makes use of the standard MIPI Display Command Set to remove > some of duplicate defines from the headers. > > Signed-off-by: Priit Laes > --- > drivers/staging/fbtft/fb_hx8357d.h | 32 -------------------------------- > drivers/staging/fbtft/fbtft.h | 8 -------- > 2 files changed, 40 deletions(-) This patch causes build errors, I can't apply it. Please be more careful in the future...