From: Colin King
Date: Sun, 24 Jul 2016 19:24:09 +0100
> From: Colin Ian King
>
> 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
>
From: Colin Ian King
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
---
include/net/gtp.h | 2 +-
1 file change