]> git.baikalelectronics.ru Git - kernel.git/commit
gtp: #define _UAPI_LINUX_GTP_H_ and not _UAPI_LINUX_GTP_H__
authorColin Ian King <colin.king@canonical.com>
Mon, 6 Jun 2016 15:08:41 +0000 (16:08 +0100)
committerDavid S. Miller <davem@davemloft.net>
Tue, 7 Jun 2016 23:25:49 +0000 (16:25 -0700)
commit3fca88a6d46799bab5e8b751032637642f06f8aa
treec47d7b516e3c0f6f37fe912684d05230ad6ad29d
parenta0e526811fa57f69c1d10f9899b97e01b9235c54
gtp: #define _UAPI_LINUX_GTP_H_ and not _UAPI_LINUX_GTP_H__

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.king@canonical.com>
Acked-by: Pablo Neira Ayuso <pablo@netfilter.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/uapi/linux/gtp.h