* [PATCH] regulator: fan53555: Prevent multiple include of fan53555.h
@ 2013-08-07 0:56 Axel Lin
2013-08-07 9:38 ` Mark Brown
0 siblings, 1 reply; 2+ messages in thread
From: Axel Lin @ 2013-08-07 0:56 UTC (permalink / raw)
To: Mark Brown; +Cc: Yunfan Zhang, Liam Girdwood, linux-kernel
Add define for __FAN53555_H__ to prevent multiple include of the header file.
Signed-off-by: Axel Lin <axel.lin@ingics.com>
---
include/linux/regulator/fan53555.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/linux/regulator/fan53555.h b/include/linux/regulator/fan53555.h
index 5c45c85..f13880e 100644
--- a/include/linux/regulator/fan53555.h
+++ b/include/linux/regulator/fan53555.h
@@ -11,6 +11,7 @@
*/
#ifndef __FAN53555_H__
+#define __FAN53555_H__
/* VSEL ID */
enum {
--
1.8.1.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] regulator: fan53555: Prevent multiple include of fan53555.h
2013-08-07 0:56 [PATCH] regulator: fan53555: Prevent multiple include of fan53555.h Axel Lin
@ 2013-08-07 9:38 ` Mark Brown
0 siblings, 0 replies; 2+ messages in thread
From: Mark Brown @ 2013-08-07 9:38 UTC (permalink / raw)
To: Axel Lin; +Cc: Yunfan Zhang, Liam Girdwood, linux-kernel
[-- Attachment #1: Type: text/plain, Size: 156 bytes --]
On Wed, Aug 07, 2013 at 08:56:10AM +0800, Axel Lin wrote:
> Add define for __FAN53555_H__ to prevent multiple include of the header file.
Applied, thanks.
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-08-07 9:38 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-07 0:56 [PATCH] regulator: fan53555: Prevent multiple include of fan53555.h Axel Lin
2013-08-07 9:38 ` Mark Brown
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox