diff options
author | Rasmus Villemoes <linux@rasmusvillemoes.dk> | 2014-08-22 08:09:23 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-09-24 02:13:13 -0400 |
commit | e0b04f2e94baca0f8135e7d5648c21be2e29d831 (patch) | |
tree | 47a4e8d08ae03cc2be7226c01d317f0d0c892ed2 /drivers/ipack | |
parent | 95ead5f606971022b6b72557038eef6a78c86e59 (diff) |
drivers/ipack/devices/ipoctal.h: Fix typo in include guard
Signed-off-by: Rasmus Villemoes <linux@rasmusvillemoes.dk>
Acked-by: Samuel Iglesias Gonsalvez <siglesias@igalia.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/ipack')
-rw-r--r-- | drivers/ipack/devices/ipoctal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ipack/devices/ipoctal.h b/drivers/ipack/devices/ipoctal.h index 28f1c4233154..7fede0eb6a0c 100644 --- a/drivers/ipack/devices/ipoctal.h +++ b/drivers/ipack/devices/ipoctal.h | |||
@@ -12,7 +12,7 @@ | |||
12 | * Software Foundation; version 2 of the License. | 12 | * Software Foundation; version 2 of the License. |
13 | */ | 13 | */ |
14 | 14 | ||
15 | #ifndef _IPOCTAL_H | 15 | #ifndef _IPOCTAL_H_ |
16 | #define _IPOCTAL_H_ | 16 | #define _IPOCTAL_H_ |
17 | 17 | ||
18 | #define NR_CHANNELS 8 | 18 | #define NR_CHANNELS 8 |