From: Colin King <[email protected]> Date: Sun, 24 Jul 2016 19:24:09 +0100
> From: Colin Ian King <[email protected]> > > 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 <[email protected]> Applied.

