From patchwork Sun Oct 7 13:27:18 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wei Yongjun X-Patchwork-Id: 1562161 Return-Path: X-Original-To: patchwork-dri-devel@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork2.kernel.org Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) by patchwork2.kernel.org (Postfix) with ESMTP id F39D4DFF71 for ; Sun, 7 Oct 2012 23:17:17 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id D37149F025 for ; Sun, 7 Oct 2012 16:17:17 -0700 (PDT) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from mail-qa0-f49.google.com (mail-qa0-f49.google.com [209.85.216.49]) by gabe.freedesktop.org (Postfix) with ESMTP id D06A79E7CE for ; Sun, 7 Oct 2012 06:27:18 -0700 (PDT) Received: by mail-qa0-f49.google.com with SMTP id a17so1326860qae.15 for ; Sun, 07 Oct 2012 06:27:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:cc:content-type; bh=shEtvW0vH5J4a2I/JLs2sCu1iKg8i1V+3CAujYJ1Qkw=; b=NX/hm5e51EQn6wro9hln4Sp5BoyKg3OEAJRQR5GHWwvgq2C1htRUGMeIhu665ul899 /rzNa9WeIlswz5H7ct+wf8r0YfxdF5ILlpabnYSuAzS7K73jJmBkHGbYr3XDKA7yVDty 1/Q1JWNRhDc7G3LSSaDn8+j5O2cFe+wC14dj09SfNd8WVa7+SUV0hZ3BuAts94Axa/yg Al0r3zOy+mCjMF9fWk3FLmWR57vAzzP60dS6PZQPcu8Ykj2xgFimc+vP20te5Wd+cpUs la6cUo3er/V+pd3OmQJ5AYFLOQ2cl8jKV2sumMMTL0C28E7cSv6T3Rq9GHi01XeGJC6z bXUA== MIME-Version: 1.0 Received: by 10.49.60.231 with SMTP id k7mr35973278qer.25.1349616438629; Sun, 07 Oct 2012 06:27:18 -0700 (PDT) Received: by 10.229.146.194 with HTTP; Sun, 7 Oct 2012 06:27:18 -0700 (PDT) Date: Sun, 7 Oct 2012 21:27:18 +0800 Message-ID: Subject: [PATCH] drm/nouveau: remove duplicated include from nouveau_drm.c From: Wei Yongjun To: airlied@linux.ie X-Mailman-Approved-At: Sun, 07 Oct 2012 16:15:28 -0700 Cc: yongjun_wei@trendmicro.com.cn, linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dri-devel-bounces+patchwork-dri-devel=patchwork.kernel.org@lists.freedesktop.org Errors-To: dri-devel-bounces+patchwork-dri-devel=patchwork.kernel.org@lists.freedesktop.org From: Wei Yongjun Remove duplicated include. dpatch engine is used to auto generate this patch. (https://github.com/weiyj/dpatch) Signed-off-by: Wei Yongjun --- drivers/gpu/drm/nouveau/nouveau_drm.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/gpu/drm/nouveau/nouveau_drm.c b/drivers/gpu/drm/nouveau/nouveau_drm.c index ccae8c2..f5c8ccf 100644 --- a/drivers/gpu/drm/nouveau/nouveau_drm.c +++ b/drivers/gpu/drm/nouveau/nouveau_drm.c @@ -49,7 +49,6 @@ #include "nouveau_fbcon.h" #include "nouveau_fence.h" -#include "nouveau_ttm.h" MODULE_PARM_DESC(config, "option string to pass to driver core"); static char *nouveau_config;