From patchwork Sun Oct 7 13:26:35 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wei Yongjun X-Patchwork-Id: 1562151 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 1B28DDFF71 for ; Sun, 7 Oct 2012 23:16:33 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id F0E2C9F025 for ; Sun, 7 Oct 2012 16:16:32 -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 E69339E78D for ; Sun, 7 Oct 2012 06:26:35 -0700 (PDT) Received: by mail-qa0-f49.google.com with SMTP id a17so1326860qae.15 for ; Sun, 07 Oct 2012 06:26:35 -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=nHmH2kfPGmU6KpeR33+hyZycEUyGYAOX065DAXGWvLU=; b=zvjcoBESaXZfeDfyXII3oSnfWOtOVe9RfhPu1RiPrASyZxdBPBkY7HzxTw/2XOOwzr K+23GUiVWIhNLqNQU1dQ2XzeBGBKF8Kqh8R5GF49LVbaY1J+PB/1lJWd19J//M/Xl6my qczt0rcSrllGQyWY32Er+X3eDX+YJJIuZMaTiTheEuyUx9u25lAyt4WkZFwj0e/10+gf eYo0plXsirJnKTKlLaqzp8+/qYTJG2uNdeXraBX2PG9slEnf89lDhwl9aU2fC024h7yr x/sd+Ey0QdihkLh3wFcY+OzbZvSpG/gZF3P8ISXVHS/Cz/F4uFKw7pbXKqyzXAb9BPTu FulA== MIME-Version: 1.0 Received: by 10.49.4.65 with SMTP id i1mr36682198qei.51.1349616395114; Sun, 07 Oct 2012 06:26:35 -0700 (PDT) Received: by 10.229.146.194 with HTTP; Sun, 7 Oct 2012 06:26:35 -0700 (PDT) Date: Sun, 7 Oct 2012 21:26:35 +0800 Message-ID: Subject: [PATCH] drm/i915: remove duplicated include from intel_modes.c From: Wei Yongjun To: daniel.vetter@ffwll.ch, 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/i915/intel_modes.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/gpu/drm/i915/intel_modes.c b/drivers/gpu/drm/i915/intel_modes.c index cabd84b..8c97b7a 100644 --- a/drivers/gpu/drm/i915/intel_modes.c +++ b/drivers/gpu/drm/i915/intel_modes.c @@ -28,7 +28,6 @@ #include #include #include -#include #include "intel_drv.h" #include "i915_drv.h"