diff options
| author | Jeroen Hofstee <[email protected]> | 2014-06-10 23:01:58 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2014-06-11 16:27:06 -0400 |
| commit | 7ffdc831f9877585f425ad47329b09d0ab104d0a (patch) | |
| tree | 00647fdbddc491a03e37409b49934badb7b97ef1 /include | |
| parent | 7d89982b7af6ec6b2ff0e26f8de640d1d18458a1 (diff) | |
tps6586x.h: fix inclusion guard
cc: Simon Glass <[email protected]>
Signed-off-by: Jeroen Hofstee <[email protected]>
Acked-by: Simon Glass <[email protected]>
Diffstat (limited to 'include')
| -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 { |
