Skip to content

Commit

Permalink
dt-bindings: fixes some incorrect header guards
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Ashley Towns authored and Jiri Kosina committed Dec 8, 2015
1 parent 925f709 commit 0b4663a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/dt-bindings/leds/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Author: Jacek Anaszewski <j.anaszewski@samsung.com>
*/

#ifndef __DT_BINDINGS_LEDS_H__
#ifndef __DT_BINDINGS_LEDS_H
#define __DT_BINDINGS_LEDS_H

/* External trigger type */
Expand Down
2 changes: 1 addition & 1 deletion include/dt-bindings/mfd/palmas.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
*
*/

#ifndef __DT_BINDINGS_PALMAS_H__
#ifndef __DT_BINDINGS_PALMAS_H
#define __DT_BINDINGS_PALMAS_H

/* External control pins */
Expand Down

0 comments on commit 0b4663a

Please sign in to comment.