aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/gtp.h
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2016-07-24 19:24:09 +0100
committerDavid S. Miller <davem@davemloft.net>2016-07-25 17:55:43 -0700
commit9b8ac4f9dd60ac7375fb0e221dbf596db4c4e622 (patch)
treee8d7eeb5d7339b1627e6da2485cee930a3646cce /include/net/gtp.h
parentMerge branch 'mlx5-minimum-inline-header-mode' (diff)
downloadlinux-dev-9b8ac4f9dd60ac7375fb0e221dbf596db4c4e622.tar.xz
linux-dev-9b8ac4f9dd60ac7375fb0e221dbf596db4c4e622.zip
gtp: #define #define _GTP_H_ and not #define _GTP_H
Fix clang build warning: ./include/net/gtp.h:1:9: warning: '_GTP_H_' is used as a header guard here, followed by #define of a different macro [-Wheader-guard] fix by defining _GTP_H_ and not _GTP_H Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to '')
-rw-r--r--include/net/gtp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/gtp.h b/include/net/gtp.h
index 894a37b87d63..6398891b99ba 100644
--- a/include/net/gtp.h
+++ b/include/net/gtp.h
@@ -1,5 +1,5 @@
#ifndef _GTP_H_
-#define _GTP_H
+#define _GTP_H_
/* General GTP protocol related definitions. */