Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ffcc3b2a authored by Vivien Didelot's avatar Vivien Didelot Committed by Guenter Roeck
Browse files

hwmon: (sht15) add include guard



Add include guard to include/linux/platform_data/sht15.h to prevent
multiple inclusion.

Signed-off-by: default avatarVivien Didelot <vivien.didelot@savoirfairelinux.com>
Signed-off-by: default avatarGuenter Roeck <linux@roeck-us.net>
parent 4cb6409b
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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 */