From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754490AbdERFZm (ORCPT ); Thu, 18 May 2017 01:25:42 -0400 Received: from smtp.codeaurora.org ([198.145.29.96]:52762 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751348AbdERFZ2 (ORCPT ); Thu, 18 May 2017 01:25:28 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 smtp.codeaurora.org 5CB636073A Authentication-Results: pdx-caf-mail.web.codeaurora.org; dmarc=none (p=none dis=none) header.from=codeaurora.org Authentication-Results: pdx-caf-mail.web.codeaurora.org; spf=none smtp.mailfrom=architt@codeaurora.org Subject: Re: [PATCH v3 06/16] drm/i2c: remove unneeded -Iinclude/drm compiler flag To: Masahiro Yamada , dri-devel@lists.freedesktop.org, Daniel Vetter References: <1495081793-9707-1-git-send-email-yamada.masahiro@socionext.com> <1495081793-9707-7-git-send-email-yamada.masahiro@socionext.com> Cc: David Airlie , Jani Nikula , Sean Paul , linux-kernel@vger.kernel.org From: Archit Taneja Message-ID: <8886d73e-5e6f-74fb-0f4b-c0af312c1fe9@codeaurora.org> Date: Thu, 18 May 2017 10:55:22 +0530 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.7.0 MIME-Version: 1.0 In-Reply-To: <1495081793-9707-7-git-send-email-yamada.masahiro@socionext.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 05/18/2017 09:59 AM, Masahiro Yamada wrote: > With the include directives under include/drm/ fixed, this flag is > no longer needed. Acked-by: Archit Taneja > > Signed-off-by: Masahiro Yamada > --- > > Changes in v3: None > > drivers/gpu/drm/i2c/Makefile | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/drivers/gpu/drm/i2c/Makefile b/drivers/gpu/drm/i2c/Makefile > index 43aa33b..a77acfc 100644 > --- a/drivers/gpu/drm/i2c/Makefile > +++ b/drivers/gpu/drm/i2c/Makefile > @@ -1,5 +1,3 @@ > -ccflags-y := -Iinclude/drm > - > ch7006-y := ch7006_drv.o ch7006_mode.o > obj-$(CONFIG_DRM_I2C_CH7006) += ch7006.o > > -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project