From patchwork Mon Nov 19 11:33:15 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sachin Kamat X-Patchwork-Id: 12930 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 CCAC223E01 for ; Mon, 19 Nov 2012 11:39:24 +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 7405DA1827C for ; Mon, 19 Nov 2012 11:39:24 +0000 (UTC) Received: by mail-ia0-f180.google.com with SMTP id t4so836712iag.11 for ; Mon, 19 Nov 2012 03:39:23 -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=LDlhgfmyD7nQjWGLQ3xrHZmyJts+w6qyt6QbOWsNNZw=; b=SZwNyMNrVY8skkN+68XQ+lOK2uZagggRF6pv68UpS/7vmFKojwy63D4O/wiVM6ih0N iTz5nfosCSyU9PLe6oOmH29lYFmqsATIEuGpxTdzM3FAlmeZS7b+iI5TP2wiaOPnEhqQ MLdNJaTf8eBFnJAF3JifjZszXdAXZk5lMqUqpR8Bgc+MTfqnLy8J1rCxDk31b859UjpQ pn3gYzpG49Lgdk7d7tHP5pnw88Z3IErYFSrwUP60Tk5Rk7xPSJgQH79mStPOvx2rBr0b qvDWUKvV1AmEhH2oxQ5bQ/73qCm+eCBga/X5ZyEsHBFv0p2KOzWbzM+RgMc6ItIXcdGe Um7A== Received: by 10.50.161.169 with SMTP id xt9mr6137795igb.62.1353325163588; Mon, 19 Nov 2012 03:39:23 -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 n20csp146187igt; Mon, 19 Nov 2012 03:39:22 -0800 (PST) Received: by 10.68.233.201 with SMTP id ty9mr38868668pbc.14.1353325162450; Mon, 19 Nov 2012 03:39:22 -0800 (PST) Received: from mail-pa0-f46.google.com (mail-pa0-f46.google.com [209.85.220.46]) by mx.google.com with ESMTPS id ux7si13448878pbc.222.2012.11.19.03.39.21 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 19 Nov 2012 03:39:22 -0800 (PST) Received-SPF: neutral (google.com: 209.85.220.46 is neither permitted nor denied by best guess record for domain of sachin.kamat@linaro.org) client-ip=209.85.220.46; Authentication-Results: mx.google.com; spf=neutral (google.com: 209.85.220.46 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-pa0-f46.google.com with SMTP id bh2so395131pad.19 for ; Mon, 19 Nov 2012 03:39:21 -0800 (PST) Received: by 10.68.242.9 with SMTP id wm9mr37883559pbc.7.1353325161860; Mon, 19 Nov 2012 03:39:21 -0800 (PST) Received: from localhost.localdomain ([115.113.119.130]) by mx.google.com with ESMTPS id o10sm6052784paz.37.2012.11.19.03.39.19 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 19 Nov 2012 03:39:21 -0800 (PST) From: Sachin Kamat To: linux-usb@vger.kernel.org Cc: balbi@ti.com, gregkh@linuxfoundation.org, sachin.kamat@linaro.org, patches@linaro.org Subject: [PATCH 1/1] usb: musb: Remove duplicate inclusion of linux/of.h Date: Mon, 19 Nov 2012 17:03:15 +0530 Message-Id: <1353324795-32168-1-git-send-email-sachin.kamat@linaro.org> X-Mailer: git-send-email 1.7.4.1 X-Gm-Message-State: ALoCoQnZFdVgMhOaEH/BUSTRP5pv7O2hz8EG4FTUgUWgRARxKtpVAxaBjIQqqPzPqJmSHJ6YbM1U linux/of.h was included twice. Signed-off-by: Sachin Kamat --- drivers/usb/musb/musb_dsps.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/drivers/usb/musb/musb_dsps.c b/drivers/usb/musb/musb_dsps.c index 7185eb0..96cb84a 100644 --- a/drivers/usb/musb/musb_dsps.c +++ b/drivers/usb/musb/musb_dsps.c @@ -31,7 +31,6 @@ #include #include -#include #include #include #include