lkml.org 
[lkml]   [2014]   [Jan]   [10]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH] hwmon: (sht15) add include guard
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 */
>



\
 
 \ /
  Last update: 2014-01-11 00:41    [W:0.052 / U:0.876 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site