From patchwork Mon Jun 18 06:02:37 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sachin Kamat X-Patchwork-Id: 9380 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 D1CEB23E55 for ; Mon, 18 Jun 2012 06:14:17 +0000 (UTC) Received: from mail-yw0-f52.google.com (mail-yw0-f52.google.com [209.85.213.52]) by fiordland.canonical.com (Postfix) with ESMTP id 98F38A186D1 for ; Mon, 18 Jun 2012 06:14:17 +0000 (UTC) Received: by yhpp61 with SMTP id p61so3827073yhp.11 for ; Sun, 17 Jun 2012 23:14:17 -0700 (PDT) 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=4S2hUGts9iyHu/63thKz0ga8VarlOcfRVOtS87H0CN8=; b=E2dAMQwL9ItXuNXdEt4brfAt4zqmwW+EWR3DBEfRTGrHc/WT+mk4ZdFHrXfzQCCtkA a9MbsEKKH3rNFCE6jDu/WSeZsWHn9DvI05ADU7xDWqegae1D7tkG3uxcbh8soZBPt5io 3wdtEJrBTdq4gDfvqf7+EcPhAgnY6/umJw4+J9Gy9pFuYV/ZNPVrB/my+PGdC+jJAWmb /m99R8JpNWJY0mHXSpWTL82noYteiwAvmFP0lc6x2JcTvYKRV9U/L9KJl83/gjtvz6iN xChmAulwK6HppbCqVcMvQ6M/+id0a1sclAyJ2UzPC1LWtSdX48XOJDHvpzZ5JU/7rb4Y i/CA== Received: by 10.42.155.73 with SMTP id t9mr4168799icw.48.1340000056934; Sun, 17 Jun 2012 23:14:16 -0700 (PDT) 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.231.24.148 with SMTP id v20csp49134ibb; Sun, 17 Jun 2012 23:14:16 -0700 (PDT) Received: by 10.68.244.100 with SMTP id xf4mr47901130pbc.147.1340000054066; Sun, 17 Jun 2012 23:14:14 -0700 (PDT) Received: from mail-pz0-f50.google.com (mail-pz0-f50.google.com [209.85.210.50]) by mx.google.com with ESMTPS id st8si19198113pbc.355.2012.06.17.23.14.13 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 17 Jun 2012 23:14:14 -0700 (PDT) Received-SPF: neutral (google.com: 209.85.210.50 is neither permitted nor denied by best guess record for domain of sachin.kamat@linaro.org) client-ip=209.85.210.50; Authentication-Results: mx.google.com; spf=neutral (google.com: 209.85.210.50 is neither permitted nor denied by best guess record for domain of sachin.kamat@linaro.org) smtp.mail=sachin.kamat@linaro.org Received: by danh15 with SMTP id h15so7294116dan.37 for ; Sun, 17 Jun 2012 23:14:13 -0700 (PDT) Received: by 10.68.240.69 with SMTP id vy5mr17911302pbc.156.1340000053426; Sun, 17 Jun 2012 23:14:13 -0700 (PDT) Received: from localhost.localdomain ([115.113.119.130]) by mx.google.com with ESMTPS id jz4sm22744264pbc.17.2012.06.17.23.14.10 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 17 Jun 2012 23:14:12 -0700 (PDT) From: Sachin Kamat To: linux-usb@vger.kernel.org Cc: av.tikhomirov@samsung.com, balbi@ti.com, gregkh@linuxfoundation.org, sachin.kamat@linaro.org, patches@linaro.org Subject: [PATCH 1/1] usb: dwc3: Remove duplicate header file inclusion Date: Mon, 18 Jun 2012 11:32:37 +0530 Message-Id: <1339999357-22277-1-git-send-email-sachin.kamat@linaro.org> X-Mailer: git-send-email 1.7.4.1 X-Gm-Message-State: ALoCoQneNoazJQdzId0G/aA0N/Y4fQp/SEmdWqkfzChseyPheC9lHdeyvLRzAQoJt5cegYv8eZye module.h header file was included twice. Signed-off-by: Sachin Kamat --- drivers/usb/dwc3/dwc3-exynos.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/drivers/usb/dwc3/dwc3-exynos.c b/drivers/usb/dwc3/dwc3-exynos.c index d190301..b8f0038 100644 --- a/drivers/usb/dwc3/dwc3-exynos.c +++ b/drivers/usb/dwc3/dwc3-exynos.c @@ -18,7 +18,6 @@ #include #include #include -#include #include #include "core.h"