From patchwork Tue Jul 17 09:10:10 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sachin Kamat X-Patchwork-Id: 10038 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 E037024036 for ; Tue, 17 Jul 2012 09:10:40 +0000 (UTC) Received: from mail-gh0-f180.google.com (mail-gh0-f180.google.com [209.85.160.180]) by fiordland.canonical.com (Postfix) with ESMTP id A53CFA1838B for ; Tue, 17 Jul 2012 09:10:40 +0000 (UTC) Received: by ghbz12 with SMTP id z12so145081ghb.11 for ; Tue, 17 Jul 2012 02:10:40 -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=eop78LikUBdM3u/U+0p1IRNfwK4Rk5vJVwLvPyQgLus=; b=AmJHNRbB5s4UQ+H7vPwzHoQnoQaBJaP/8xqglXw50MWE8lbLO2Mw3T66KfZucTgxB8 i+5tuO4bQOB2ADnbCRKCC+M56qEG0RR9JSNWRRlkZIimNoFK8Lz6vj2B3UBuiSjUDoQ7 mcdqMZs4H0SHtuMGZLlgXlgxatVgFdAwG6gvy64YGg9fxP/1dIWCBh6Q2HqS/cR0SBhY RDGPJ3H/jprHwWs6klXCMPR80aX0gFYzJ04+f0diQNci+pw5Anz1UTan+tFR6K+4GANO 8PWvnt1B1Rp0IFiyTlitZQVxcraice5KxEwbt32dIWeYV408wRIt2RvdMvUrhz2DQIc4 vxlg== Received: by 10.50.87.227 with SMTP id bb3mr659130igb.57.1342516240004; Tue, 17 Jul 2012 02:10:40 -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.241.2 with SMTP id lc2csp16774ibb; Tue, 17 Jul 2012 02:10:39 -0700 (PDT) Received: by 10.68.195.102 with SMTP id id6mr4629091pbc.120.1342516239226; Tue, 17 Jul 2012 02:10:39 -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 qe8si16509163pbc.124.2012.07.17.02.10.38 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 17 Jul 2012 02:10:39 -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 pbbrr4 with SMTP id rr4so618928pbb.37 for ; Tue, 17 Jul 2012 02:10:38 -0700 (PDT) Received: by 10.68.130.67 with SMTP id oc3mr4861902pbb.18.1342516238609; Tue, 17 Jul 2012 02:10:38 -0700 (PDT) Received: from localhost.localdomain ([115.113.119.130]) by mx.google.com with ESMTPS id tv6sm6354187pbc.24.2012.07.17.02.10.35 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 17 Jul 2012 02:10:37 -0700 (PDT) From: Sachin Kamat To: linux-usb@vger.kernel.org Cc: l.majewski@samsung.com, balbi@ti.com, gregkh@linuxfoundation.org, sachin.kamat@linaro.org, patches@linaro.org Subject: [PATCH 1/1] usb: s3c-hsotg: Add header file protection macros in s3c-hsotg.h Date: Tue, 17 Jul 2012 14:40:10 +0530 Message-Id: <1342516210-30017-1-git-send-email-sachin.kamat@linaro.org> X-Mailer: git-send-email 1.7.4.1 X-Gm-Message-State: ALoCoQkaJRZ3uwK5Vq/yQoYH+IbV3bV6s/WG3gihIZM89xuuWHd0mUgesLPhOggevp2Z7m4vFXLe Adds header file protection macros. Signed-off-by: Sachin Kamat --- include/linux/platform_data/s3c-hsotg.h | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/include/linux/platform_data/s3c-hsotg.h b/include/linux/platform_data/s3c-hsotg.h index 97ec12c..ff5892d 100644 --- a/include/linux/platform_data/s3c-hsotg.h +++ b/include/linux/platform_data/s3c-hsotg.h @@ -12,6 +12,9 @@ * published by the Free Software Foundation. */ +#ifndef __LINUX_USB_S3C_HSOTG_H +#define __LINUX_USB_S3C_HSOTG_H __FILE__ + enum s3c_hsotg_dmamode { S3C_HSOTG_DMA_NONE, /* do not use DMA at-all */ S3C_HSOTG_DMA_ONLY, /* always use DMA */ @@ -33,3 +36,5 @@ struct s3c_hsotg_plat { }; extern void s3c_hsotg_set_platdata(struct s3c_hsotg_plat *pd); + +#endif /* __LINUX_USB_S3C_HSOTG_H */