diff options
author | Jeroen Hofstee | 2014-06-10 23:01:58 +0200 |
---|---|---|
committer | Tom Rini | 2014-06-11 16:27:06 -0400 |
commit | 7ffdc831f9877585f425ad47329b09d0ab104d0a (patch) | |
tree | 00647fdbddc491a03e37409b49934badb7b97ef1 /include/tps6586x.h | |
parent | 7d89982b7af6ec6b2ff0e26f8de640d1d18458a1 (diff) |
tps6586x.h: fix inclusion guard
cc: Simon Glass <sjg@chromium.org>
Signed-off-by: Jeroen Hofstee <jeroen@myspectrum.nl>
Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/tps6586x.h')
-rw-r--r-- | include/tps6586x.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tps6586x.h b/include/tps6586x.h index 10ca103895d..78ce4287676 100644 --- a/include/tps6586x.h +++ b/include/tps6586x.h @@ -5,7 +5,7 @@ * SPDX-License-Identifier: GPL-2.0+ */ -#ifndef __H_ +#ifndef _TPS6586X_H_ #define _TPS6586X_H_ enum { |