From: Colin King <colin.k...@canonical.com> Date: Mon, 6 Jun 2016 16:08:41 +0100
> From: Colin Ian King <colin.k...@canonical.com> > > Fix clang build warning: > > ./include/uapi/linux/gtp.h:1:9: warning: '_UAPI_LINUX_GTP_H_' is > used as a header guard here, followed by #define of a different > macro [-Wheader-guard] > > fix by defining _UAPI_LINUX_GTP_H_ and not _UAPI_LINUX_GTP_H__ > > Signed-off-by: Colin Ian King <colin.k...@canonical.com> Applied, thank you.