This stub like all the nearby stubs should be inline.
This fixes a sparse warning about defined but never used.
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
--- a/include/net/netlabel.h 2014-08-09 08:39:57.704179307 -0700
+++ b/include/net/netlabel.h 2014-08-11 07:54:01.058097452 -0700
@@ -524,10 +524,10 @@ static inline int netlbl_catmap_setrng(s
{
return 0;
}
-static int netlbl_catmap_setlong(struct netlbl_lsm_catmap **catmap,
- u32 offset,
- unsigned long bitmap,
- gfp_t flags)
+static inline int netlbl_catmap_setlong(struct netlbl_lsm_catmap **catmap,
+ u32 offset,
+ unsigned long bitmap,
+ gfp_t flags)
{
return 0;
}