mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Guenter Roeck <linux@roeck-us.net>
To: Vivien Didelot <vivien.didelot@savoirfairelinux.com>,
	lm-sensors@lm-sensors.org
Cc: Jean Delvare <khali@linux-fr.org>,
	linux-kernel@vger.kernel.org, kernel@savoirfairelinux.com
Subject: Re: [PATCH] hwmon: (sht15) add include guard
Date: Fri, 10 Jan 2014 15:09:49 -0800	[thread overview]
Message-ID: <52D07DBD.9060700@roeck-us.net> (raw)
In-Reply-To: <1389390286-6287-2-git-send-email-vivien.didelot@savoirfairelinux.com>

On 01/10/2014 01:44 PM, Vivien Didelot wrote:
> Add include guard to include/linux/platform_data/sht15.h to prevent
> multiple inclusion.
>
> Signed-off-by: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
> ---

Applied to hwmon-next.

Thanks,
Guenter

>   include/linux/platform_data/sht15.h | 5 +++++
>   1 file changed, 5 insertions(+)
>
> diff --git a/include/linux/platform_data/sht15.h b/include/linux/platform_data/sht15.h
> index 33e0fd2..12289c1 100644
> --- a/include/linux/platform_data/sht15.h
> +++ b/include/linux/platform_data/sht15.h
> @@ -12,6 +12,9 @@
>    * For further information, see the Documentation/hwmon/sht15 file.
>    */
>
> +#ifndef _PDATA_SHT15_H
> +#define _PDATA_SHT15_H
> +
>   /**
>    * struct sht15_platform_data - sht15 connectivity info
>    * @gpio_data:		no. of gpio to which bidirectional data line is
> @@ -31,3 +34,5 @@ struct sht15_platform_data {
>   	bool no_otp_reload;
>   	bool low_resolution;
>   };
> +
> +#endif /* _PDATA_SHT15_H */
>


  reply	other threads:[~2014-01-10 23:09 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-01-10 21:44 [PATCH] hwmon: (max197) " Vivien Didelot
2014-01-10 21:44 ` [PATCH] hwmon: (sht15) " Vivien Didelot
2014-01-10 23:09   ` Guenter Roeck [this message]
2014-01-10 23:09 ` [PATCH] hwmon: (max197) " Guenter Roeck

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=52D07DBD.9060700@roeck-us.net \
    --to=linux@roeck-us.net \
    --cc=kernel@savoirfairelinux.com \
    --cc=khali@linux-fr.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=lm-sensors@lm-sensors.org \
    --cc=vivien.didelot@savoirfairelinux.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome