From patchwork Wed Aug 22 05:43: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: 10843 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 27C9423E37 for ; Wed, 22 Aug 2012 05:45:31 +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 5E32FA18438 for ; Wed, 22 Aug 2012 05:45:20 +0000 (UTC) Received: by mail-iy0-f180.google.com with SMTP id j38so522658iad.11 for ; Tue, 21 Aug 2012 22:45:30 -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=g0PbZdTxCaiz2rU/yzBTjMdlbahwFt63mpnNeUtPIHlahIDR7kM9JS88BsU8r7JYh8 Z1r0Nfe+uQELKMo4FBN5VHg5HnTlINwKkRxYI7ePyShBc70OUpadFWONBCb2BdO0WGXR WPIumBBwhgDJljW1T/3ZGHoFkhLwXT42ei171REjHotz8GmHoFh3bdjYD7gu72VGW8Tj T9d84f/XRRlPOXc+EGQJW8uFXXX2wBRk0vbzjyOTnufoQ5Z+QdJ3Dl5rhC5u6oszOSGT tzgH5xbamG5mp5zkeK+SNNLtSnddOEc5Ey1CgH454Mxc6nOQkTZW/FnAPd0GzYqldclM /TXA== Received: by 10.50.207.106 with SMTP id lv10mr982728igc.0.1345614330701; Tue, 21 Aug 2012 22:45:30 -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 ex8csp184125igc; Tue, 21 Aug 2012 22:45:29 -0700 (PDT) Received: by 10.68.219.226 with SMTP id pr2mr49832962pbc.1.1345614329737; Tue, 21 Aug 2012 22:45:29 -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 ms7si6367934pbb.328.2012.08.21.22.45.29 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 21 Aug 2012 22:45:29 -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 pbcmd12 with SMTP id md12so993047pbc.37 for ; Tue, 21 Aug 2012 22:45:29 -0700 (PDT) Received: by 10.68.191.134 with SMTP id gy6mr43477663pbc.136.1345614329196; Tue, 21 Aug 2012 22:45:29 -0700 (PDT) Received: from localhost.localdomain ([115.113.119.130]) by mx.google.com with ESMTPS id os1sm2987450pbc.31.2012.08.21.22.45.26 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 21 Aug 2012 22:45:28 -0700 (PDT) From: Sachin Kamat To: linux-usb@vger.kernel.org Cc: gregkh@linuxfoundation.org, balbi@ti.com, sachin.kamat@linaro.org, patches@linaro.org Subject: [PATCH 1/5] usb: gadget: s3c2410_udc: Replace with Date: Wed, 22 Aug 2012 11:13:15 +0530 Message-Id: <1345614199-12181-2-git-send-email-sachin.kamat@linaro.org> X-Mailer: git-send-email 1.7.4.1 In-Reply-To: <1345614199-12181-1-git-send-email-sachin.kamat@linaro.org> References: <1345614199-12181-1-git-send-email-sachin.kamat@linaro.org> X-Gm-Message-State: ALoCoQmLE0IunYs7zL8FRg/J6K+7gXDhRUnBKuoLGa3vvglLC4w0H40v7BeIvqfdRZbaf/yVJD5A 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