From patchwork Fri Dec 7 08:52:09 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sachin Kamat X-Patchwork-Id: 13406 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id C837223FCC for ; Fri, 7 Dec 2012 08:59:04 +0000 (UTC) Received: from mail-ia0-f180.google.com (mail-ia0-f180.google.com [209.85.210.180]) by fiordland.canonical.com (Postfix) with ESMTP id 73F6FA199A4 for ; Fri, 7 Dec 2012 08:59:04 +0000 (UTC) Received: by mail-ia0-f180.google.com with SMTP id t4so224402iag.11 for ; Fri, 07 Dec 2012 00:59:03 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-forwarded-to:x-forwarded-for:delivered-to:received-spf:from:to:cc :subject:date:message-id:x-mailer:x-gm-message-state; bh=eIHgRyFqOvSM5hzBdGhhEvrccL0K+hC3+Z4sl4ZEz7U=; b=bk7EySHmCqG0YIk+nc18v7zIqAmkd8ES7TXAkg7sU9ZFD5AXMtXwse32GgMWBqgbQk LP2gNjl13JhnYG3ad2dHr8sp3wLba5UJoX5V0ta7IV+b0NcBayUdqf08XKKakvWCXRPc eh8ApiXyH/aYyBQI1tMBzy6IKKl0ONHO6RfEbBmSuv18umu0gtBEOuphn3BLyU7eGP5H y9PfpVjgu/yhBIM8CiKGqnV3O6/gQ74n7zB+Jk4AglvGVZrhdrSFh74X8acIahe6bTIM liSluMziXHjN2Ja8hd0xgvrud9VuactlJN5b6wzMoNya61CwQjjVWhMIAxKHoRLRETET f73A== Received: by 10.43.46.2 with SMTP id um2mr3821924icb.18.1354870743857; Fri, 07 Dec 2012 00:59:03 -0800 (PST) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.50.67.148 with SMTP id n20csp462048igt; Fri, 7 Dec 2012 00:59:03 -0800 (PST) Received: by 10.66.72.198 with SMTP id f6mr11688648pav.42.1354870743106; Fri, 07 Dec 2012 00:59:03 -0800 (PST) Received: from mail-pb0-f43.google.com (mail-pb0-f43.google.com [209.85.160.43]) by mx.google.com with ESMTPS id bf10si14612391pab.195.2012.12.07.00.59.02 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 07 Dec 2012 00:59:02 -0800 (PST) Received-SPF: neutral (google.com: 209.85.160.43 is neither permitted nor denied by best guess record for domain of sachin.kamat@linaro.org) client-ip=209.85.160.43; Authentication-Results: mx.google.com; spf=neutral (google.com: 209.85.160.43 is neither permitted nor denied by best guess record for domain of sachin.kamat@linaro.org) smtp.mail=sachin.kamat@linaro.org Received: by mail-pb0-f43.google.com with SMTP id um15so241738pbc.16 for ; Fri, 07 Dec 2012 00:59:02 -0800 (PST) Received: by 10.68.230.234 with SMTP id tb10mr13884863pbc.71.1354870742626; Fri, 07 Dec 2012 00:59:02 -0800 (PST) Received: from localhost.localdomain ([115.113.119.130]) by mx.google.com with ESMTPS id yi9sm6359581pbc.39.2012.12.07.00.58.59 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 07 Dec 2012 00:59:01 -0800 (PST) From: Sachin Kamat To: dri-devel@lists.freedesktop.org Cc: bskeggs@redhat.com, airlied@linux.ie, sachin.kamat@linaro.org, patches@linaro.org Subject: [PATCH 1/1] drm/nv50/disp: Remove duplicate inclusion of header file Date: Fri, 7 Dec 2012 14:22:09 +0530 Message-Id: <1354870329-14453-1-git-send-email-sachin.kamat@linaro.org> X-Mailer: git-send-email 1.7.4.1 X-Gm-Message-State: ALoCoQnOMs55SOwN82lHrlo1mB4mm4D+X9ABOFA5CkFgtBMKjflbgC5EFQKXYyE6mbYfKEC/Pdbb subdev/bar.h was included twice. Signed-off-by: Sachin Kamat --- drivers/gpu/drm/nouveau/core/engine/disp/nv50.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/drivers/gpu/drm/nouveau/core/engine/disp/nv50.c b/drivers/gpu/drm/nouveau/core/engine/disp/nv50.c index d8dcea2..0f09af1 100644 --- a/drivers/gpu/drm/nouveau/core/engine/disp/nv50.c +++ b/drivers/gpu/drm/nouveau/core/engine/disp/nv50.c @@ -26,7 +26,6 @@ #include #include #include -#include #include #include