aboutsummaryrefslogtreecommitdiffstats
path: root/net/netlabel/netlabel_domainhash.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/netlabel/netlabel_domainhash.h')
-rw-r--r--net/netlabel/netlabel_domainhash.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/netlabel/netlabel_domainhash.h b/net/netlabel/netlabel_domainhash.h
index bfcc0f7024c5..90872c4ca30f 100644
--- a/net/netlabel/netlabel_domainhash.h
+++ b/net/netlabel/netlabel_domainhash.h
@@ -104,7 +104,7 @@ int netlbl_domhsh_walk(u32 *skip_bkt,
104 int (*callback) (struct netlbl_dom_map *entry, void *arg), 104 int (*callback) (struct netlbl_dom_map *entry, void *arg),
105 void *cb_arg); 105 void *cb_arg);
106 106
107#if defined(CONFIG_IPV6) || defined(CONFIG_IPV6_MODULE) 107#if IS_ENABLED(CONFIG_IPV6)
108struct netlbl_domaddr6_map *netlbl_domhsh_getentry_af6(const char *domain, 108struct netlbl_domaddr6_map *netlbl_domhsh_getentry_af6(const char *domain,
109 const struct in6_addr *addr); 109 const struct in6_addr *addr);
110#endif /* IPv6 */ 110#endif /* IPv6 */