Commit 0b4663a1 authored by Ashley Towns's avatar Ashley Towns Committed by Jiri Kosina

dt-bindings: fixes some incorrect header guards

in dt-bindings where the preprocessor #ifndef/#define
variables were mismatched.
Signed-off-by: default avatarAshley Towns <mail@ashleytowns.id.au>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent 925f709f
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
* Author: Jacek Anaszewski <j.anaszewski@samsung.com> * Author: Jacek Anaszewski <j.anaszewski@samsung.com>
*/ */
#ifndef __DT_BINDINGS_LEDS_H__ #ifndef __DT_BINDINGS_LEDS_H
#define __DT_BINDINGS_LEDS_H #define __DT_BINDINGS_LEDS_H
/* External trigger type */ /* External trigger type */
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
* *
*/ */
#ifndef __DT_BINDINGS_PALMAS_H__ #ifndef __DT_BINDINGS_PALMAS_H
#define __DT_BINDINGS_PALMAS_H #define __DT_BINDINGS_PALMAS_H
/* External control pins */ /* External control pins */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment