On Mon, Jun 06, 2016 at 04:08:41PM +0100, Colin King wrote: > 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>
Acked-by: Pablo Neira Ayuso <pa...@netfilter.org>