diff options
author | Ashley Towns <mail@ashleytowns.id.au> | 2015-11-12 12:54:17 +0300 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2015-12-08 17:06:54 +0300 |
commit | 0b4663a1f4a7541d070ddb3da4b606389a02d5c8 (patch) | |
tree | 4886d15b0682dabe288657de7282a5890b1cf045 /include/dt-bindings/mfd | |
parent | 925f709fb381e21b08445f5da0797e198aac1460 (diff) | |
download | linux-0b4663a1f4a7541d070ddb3da4b606389a02d5c8.tar.xz |
dt-bindings: fixes some incorrect header guards
in dt-bindings where the preprocessor #ifndef/#define
variables were mismatched.
Signed-off-by: Ashley Towns <mail@ashleytowns.id.au>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'include/dt-bindings/mfd')
-rw-r--r-- | include/dt-bindings/mfd/palmas.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dt-bindings/mfd/palmas.h b/include/dt-bindings/mfd/palmas.h index 2c8ac4841385..cdb075aae4e1 100644 --- a/include/dt-bindings/mfd/palmas.h +++ b/include/dt-bindings/mfd/palmas.h @@ -7,7 +7,7 @@ * */ -#ifndef __DT_BINDINGS_PALMAS_H__ +#ifndef __DT_BINDINGS_PALMAS_H #define __DT_BINDINGS_PALMAS_H /* External control pins */ |