From patchwork Tue Nov 20 05:53:50 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sachin Kamat X-Patchwork-Id: 1771451 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 08950DF2AB for ; Tue, 20 Nov 2012 07:32:44 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 096D1E6215 for ; Mon, 19 Nov 2012 23:32:44 -0800 (PST) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from mail-pa0-f49.google.com (mail-pa0-f49.google.com [209.85.220.49]) by gabe.freedesktop.org (Postfix) with ESMTP id 12561E5CBC for ; Mon, 19 Nov 2012 22:00:00 -0800 (PST) Received: by mail-pa0-f49.google.com with SMTP id bi1so1038765pad.36 for ; Mon, 19 Nov 2012 21:59:59 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:x-gm-message-state; bh=KDpQCC7QOO3EDFAZA9tX1d3uEGpH9oaX5xn5oCeUSUY=; b=Yq3ixV8tRsZnz14/NuRPukRV/1AkYrNXmWLAHXi7eVIx0zf7eryyqpvO2Qd1cWE0N5 rCS8CUBpLr8fC0kB4EJ882NklXQS/+2NM9oTs5T7jicqZouIS94bMrov4tAZC7UlLBJ4 miYZczdHEco+7FHJ+NpvmaAV3eG2TkXz78R0i/4xAIk/oNydr3XioXRLHx7g4RHLsCW4 k3xECBGWd7bSXZO7d2BR1amy2XxgfHwu84tvYVVCs89nXpOQUBc3oiSQBcufC8XzMMHM Uy3iHndrRIFlWi6RMzjaVCM4NzQIk0TgqmLrLmyob2kZGfs5gI/CFRGZVCeJJXo7ftl6 5mkg== Received: by 10.66.87.167 with SMTP id az7mr5111057pab.69.1353391199936; Mon, 19 Nov 2012 21:59:59 -0800 (PST) Received: from localhost.localdomain ([115.113.119.130]) by mx.google.com with ESMTPS id oi3sm7494128pbb.1.2012.11.19.21.59.56 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 19 Nov 2012 21:59:59 -0800 (PST) From: Sachin Kamat To: dri-devel@lists.freedesktop.org Subject: [PATCH 1/1] drm/nouveau: remove duplicate inclusion of nouveau_ttm.h Date: Tue, 20 Nov 2012 11:23:50 +0530 Message-Id: <1353390830-25909-1-git-send-email-sachin.kamat@linaro.org> X-Mailer: git-send-email 1.7.4.1 X-Gm-Message-State: ALoCoQlMFx5spT6GuB24t62OrA4NHzLgGz/jcXqiyIZMfhGlxRd8tBkjPj1d8xkihGXKoHb6JzZS X-Mailman-Approved-At: Mon, 19 Nov 2012 23:27:12 -0800 Cc: sachin.kamat@linaro.org, bskeggs@redhat.com, patches@linaro.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: , MIME-Version: 1.0 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 nouveau_ttm.h was included twice. Signed-off-by: Sachin Kamat --- drivers/gpu/drm/nouveau/nouveau_drm.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/nouveau/nouveau_drm.c b/drivers/gpu/drm/nouveau/nouveau_drm.c index 0910125..a1e3fed 100644 --- a/drivers/gpu/drm/nouveau/nouveau_drm.c +++ b/drivers/gpu/drm/nouveau/nouveau_drm.c @@ -49,8 +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; module_param_named(config, nouveau_config, charp, 0400);