From patchwork Wed Aug 22 10:18:58 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sachin Kamat X-Patchwork-Id: 10868 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 D229723E1B for ; Wed, 22 Aug 2012 10:21:15 +0000 (UTC) Received: from mail-iy0-f180.google.com (mail-iy0-f180.google.com [209.85.210.180]) by fiordland.canonical.com (Postfix) with ESMTP id 5FF9DA18D25 for ; Wed, 22 Aug 2012 10:21:04 +0000 (UTC) Received: by mail-iy0-f180.google.com with SMTP id j38so707700iad.11 for ; Wed, 22 Aug 2012 03:21:15 -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:in-reply-to:references :x-gm-message-state; bh=I3zlAKvbbO3CpAf2AtN9cC9nTuvLpOAelWPMiDcEqdQ=; b=p3wJyzp2j8NzogTED5oVaa+w8amLNBSIG4+htMtMpWm9YvXok93wEPI/QYxeuWpW4N jiMdafm5H07BTeVWefWRgCLVJO9Ft5t3AvtDUibDLioWfescoaVzr77fUJry3bXYMFnH n2mC3TFrGiL7IkILG+icWsfIAIJgru7W2vE4/6YvvtC0lmsFVlJ9Hcs4Q2JHAcpWaz+K 9FTHNP2ktmKHEOVL0GuTPOPaQQniNV7pIUbCeoxB98CLDIDPwgxmSZIqYfLzjaUKItA7 a0Lkqh855BTi/iJHqt/p9GX6/tqxDS28zaxdvFznmum8FWGjl+VNIy4zKBb/+CYIv/7F 4oBA== Received: by 10.50.159.196 with SMTP id xe4mr1485202igb.43.1345630875273; Wed, 22 Aug 2012 03:21:15 -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.50.184.232 with SMTP id ex8csp194245igc; Wed, 22 Aug 2012 03:21:14 -0700 (PDT) Received: by 10.68.194.169 with SMTP id hx9mr51820002pbc.8.1345630874453; Wed, 22 Aug 2012 03:21:14 -0700 (PDT) Received: from mail-pb0-f50.google.com (mail-pb0-f50.google.com [209.85.160.50]) by mx.google.com with ESMTPS id rt1si7305836pbc.255.2012.08.22.03.21.14 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 22 Aug 2012 03:21:14 -0700 (PDT) Received-SPF: neutral (google.com: 209.85.160.50 is neither permitted nor denied by best guess record for domain of sachin.kamat@linaro.org) client-ip=209.85.160.50; Authentication-Results: mx.google.com; spf=neutral (google.com: 209.85.160.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 mail-pb0-f50.google.com with SMTP id md12so1293619pbc.37 for ; Wed, 22 Aug 2012 03:21:14 -0700 (PDT) Received: by 10.68.193.137 with SMTP id ho9mr52083664pbc.93.1345630874177; Wed, 22 Aug 2012 03:21:14 -0700 (PDT) Received: from localhost.localdomain ([115.113.119.130]) by mx.google.com with ESMTPS id y11sm3421283pbv.66.2012.08.22.03.21.10 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 22 Aug 2012 03:21:12 -0700 (PDT) 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 v2 1/5] usb: gadget: s3c2410_udc: Replace with Date: Wed, 22 Aug 2012 15:48:58 +0530 Message-Id: <1345630742-29908-2-git-send-email-sachin.kamat@linaro.org> X-Mailer: git-send-email 1.7.4.1 In-Reply-To: <1345630742-29908-1-git-send-email-sachin.kamat@linaro.org> References: <1345630742-29908-1-git-send-email-sachin.kamat@linaro.org> X-Gm-Message-State: ALoCoQm+uJ7aC4QpeibUe/ZosqCwR2pvE28G/j1IlJNBo7I49Y5WhjOixiG/vFnUcnzvQyfmff/w Fixes the following warning: WARNING: Use #include instead of Signed-off-by: Sachin Kamat --- drivers/usb/gadget/s3c2410_udc.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/usb/gadget/s3c2410_udc.c b/drivers/usb/gadget/s3c2410_udc.c index f2e51f5..7acecc0 100644 --- a/drivers/usb/gadget/s3c2410_udc.c +++ b/drivers/usb/gadget/s3c2410_udc.c @@ -27,6 +27,7 @@ #include #include #include +#include #include #include @@ -35,7 +36,6 @@ #include #include -#include #include #include #include