From patchwork Tue Nov 20 06:05:32 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sachin Kamat X-Patchwork-Id: 12971 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 8ACA623EFB for ; Tue, 20 Nov 2012 06:17:34 +0000 (UTC) Received: from mail-ie0-f180.google.com (mail-ie0-f180.google.com [209.85.223.180]) by fiordland.canonical.com (Postfix) with ESMTP id 1A36EA18A79 for ; Tue, 20 Nov 2012 06:17:34 +0000 (UTC) Received: by mail-ie0-f180.google.com with SMTP id e10so7704282iej.11 for ; Mon, 19 Nov 2012 22:17:33 -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=/jfWDIZrLuhuMqvclIWsGQ5q+9hw/poDIRmM0SxYW4g=; b=TYfc29Wp5bq9wDSc/LDz4MJJic11V5x/qZxuwpcoOfyVit2AbN0H512gpJE5k6MUxh WM+AHny5+ekQrUAG8z1pRwVN74qvG3HBbu0oYp7nOOaB7pa5GT5GvOjes5pZYTeILjJc t4hFL8DjiRnzT9q2hyblXQXfAg3dvzdXB+QufcVt3tgJQwGPnefhbHZTpwZgVxdmMI83 9E46Qg0EyNovYMFGGwBDi0OinmDGjOrTkC6GwFnVHVR2BeE31Y15dNvZya2HabuBAnFi XQHI5mHkYmoiVoMQ5+M18ZKhD6KcC9WuzazqNzE3ORZ8dHECY6vXhonpy/9MTPTgXOVt e5Tw== Received: by 10.50.91.195 with SMTP id cg3mr8920741igb.57.1353392253452; Mon, 19 Nov 2012 22:17:33 -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 n20csp275029igt; Mon, 19 Nov 2012 22:17:33 -0800 (PST) Received: by 10.68.231.3 with SMTP id tc3mr45783735pbc.89.1353391902280; Mon, 19 Nov 2012 22:11:42 -0800 (PST) Received: from mail-pb0-f49.google.com (mail-pb0-f49.google.com [209.85.160.49]) by mx.google.com with ESMTPS id qs10si16882160pbb.100.2012.11.19.22.11.42 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 19 Nov 2012 22:11:42 -0800 (PST) Received-SPF: neutral (google.com: 209.85.160.49 is neither permitted nor denied by best guess record for domain of sachin.kamat@linaro.org) client-ip=209.85.160.49; Authentication-Results: mx.google.com; spf=neutral (google.com: 209.85.160.49 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-f49.google.com with SMTP id un15so3747147pbc.36 for ; Mon, 19 Nov 2012 22:11:42 -0800 (PST) Received: by 10.66.85.10 with SMTP id d10mr5179076paz.52.1353391901945; Mon, 19 Nov 2012 22:11:41 -0800 (PST) Received: from localhost.localdomain ([115.113.119.130]) by mx.google.com with ESMTPS id mt15sm7502843pbc.49.2012.11.19.22.11.38 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 19 Nov 2012 22:11:41 -0800 (PST) From: Sachin Kamat To: dri-devel@lists.freedesktop.org Cc: bskeggs@redhat.com, airlied@linux.ie, airlied@gmail.com, sachin.kamat@linaro.org, patches@linaro.org Subject: [PATCH 1/1] drm/nouveau/device: Remove duplicate inclusion of core/device.h Date: Tue, 20 Nov 2012 11:35:32 +0530 Message-Id: <1353391532-417-1-git-send-email-sachin.kamat@linaro.org> X-Mailer: git-send-email 1.7.4.1 X-Gm-Message-State: ALoCoQkcMsXzprFMtyyq9w0bfMbLiKQ2glZr6yaE+KHJwZTckzvr3xEPrxtq1bGJi8QblEjevKfT core/device.h was included twice. Signed-off-by: Sachin Kamat --- drivers/gpu/drm/nouveau/core/subdev/device/base.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/drivers/gpu/drm/nouveau/core/subdev/device/base.c b/drivers/gpu/drm/nouveau/core/subdev/device/base.c index ca9a464..8d5e019 100644 --- a/drivers/gpu/drm/nouveau/core/subdev/device/base.c +++ b/drivers/gpu/drm/nouveau/core/subdev/device/base.c @@ -25,7 +25,6 @@ #include #include #include -#include #include #include