From patchwork Thu Apr 20 09:57:04 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Masahiro Yamada X-Patchwork-Id: 97748 Delivered-To: patch@linaro.org Received: by 10.140.109.52 with SMTP id k49csp712341qgf; Thu, 20 Apr 2017 03:02:43 -0700 (PDT) X-Received: by 10.98.36.154 with SMTP id k26mr4527854pfk.174.1492682563555; Thu, 20 Apr 2017 03:02:43 -0700 (PDT) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id l8si5917310pgc.61.2017.04.20.03.02.43; Thu, 20 Apr 2017 03:02:43 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; dkim=pass header.i=@nifty.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1031235AbdDTKC0 (ORCPT + 15 others); Thu, 20 Apr 2017 06:02:26 -0400 Received: from conuserg-11.nifty.com ([210.131.2.78]:57800 "EHLO conuserg-11.nifty.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1030877AbdDTJ6h (ORCPT ); Thu, 20 Apr 2017 05:58:37 -0400 Received: from pug.e01.socionext.com (p14092-ipngnfx01kyoto.kyoto.ocn.ne.jp [153.142.97.92]) (authenticated) by conuserg-11.nifty.com with ESMTP id v3K9vLBM027239; Thu, 20 Apr 2017 18:57:40 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conuserg-11.nifty.com v3K9vLBM027239 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.com; s=dec2015msa; t=1492682261; bh=x1dxC3mWV63mMnEhcztH1FVcMSddjeAgPvVd2LvLJSw=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=DyIQOpH7YjJW9gunmGH7HhJmQ1HtX4aRoawpfLEwNejBKq/l++8DC3pPkJY66ZVm3 MbymvlYPu1PxdMIk7bt/N7HfOF0d2jmdzb1FXkRxNaNdNTuk1SfNRY2u+pqkytuCih xR+dJE2b0fPfOuODdTLmNHYuBzTO64CdR3pH3Wf/SlJAZDaGCSPuUbhz31JRLXcJnf 0kRkm5Ot8vbfetNHy/L8hAa/bnThg6S60IN6/A3FuxgGm0tbGNeYT9ovnVJ/0LhusL VIoFiLILI7/JHw6bsst7R/Sz4m1c/rrY7cjwXGFCVzYEA2t4Quj+9N/4B+dSlIATxo 4DC7FgHilpHeQ== X-Nifty-SrcIP: [153.142.97.92] From: Masahiro Yamada To: dri-devel@lists.freedesktop.org, David Airlie , Daniel Vetter , Jani Nikula , Sean Paul Cc: linux-kernel@vger.kernel.org, Masahiro Yamada Subject: [PATCH 20/28] drm/mga: remove unneeded -Iinclude/drm compiler flag Date: Thu, 20 Apr 2017 18:57:04 +0900 Message-Id: <1492682232-29769-21-git-send-email-yamada.masahiro@socionext.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1492682232-29769-1-git-send-email-yamada.masahiro@socionext.com> References: <1492682232-29769-1-git-send-email-yamada.masahiro@socionext.com> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org With the include directives under include/drm/ fixed, this flag is no longer needed. Signed-off-by: Masahiro Yamada --- drivers/gpu/drm/mga/Makefile | 1 - 1 file changed, 1 deletion(-) -- 2.7.4 diff --git a/drivers/gpu/drm/mga/Makefile b/drivers/gpu/drm/mga/Makefile index 6068478..49e972c 100644 --- a/drivers/gpu/drm/mga/Makefile +++ b/drivers/gpu/drm/mga/Makefile @@ -2,7 +2,6 @@ # Makefile for the drm device driver. This driver provides support for the # Direct Rendering Infrastructure (DRI) in XFree86 4.1.0 and higher. -ccflags-y := -Iinclude/drm mga-y := mga_drv.o mga_dma.o mga_state.o mga_warp.o mga_irq.o mga-$(CONFIG_COMPAT) += mga_ioc32.o