aboutsummaryrefslogtreecommitdiffstats
path: root/package/libnl-tiny/src/include/netlink-local.h
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2011-02-13 17:05:34 +0000
committerFelix Fietkau <nbd@openwrt.org>2011-02-13 17:05:34 +0000
commit776afd6e84689032132b76e8e10fd59133d2e7f9 (patch)
tree0d402d61ee871d4f658f381567bf468abc1d3b84 /package/libnl-tiny/src/include/netlink-local.h
parent323fed9d486283a3adaf887fbe94d103fd7297a7 (diff)
downloadmaster-187ad058-776afd6e84689032132b76e8e10fd59133d2e7f9.tar.gz
master-187ad058-776afd6e84689032132b76e8e10fd59133d2e7f9.tar.bz2
master-187ad058-776afd6e84689032132b76e8e10fd59133d2e7f9.zip
libnl-tiny: remove some more functions to reduce binary size
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25527 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/libnl-tiny/src/include/netlink-local.h')
-rw-r--r--package/libnl-tiny/src/include/netlink-local.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/libnl-tiny/src/include/netlink-local.h b/package/libnl-tiny/src/include/netlink-local.h
index f952bbea45..330100e805 100644
--- a/package/libnl-tiny/src/include/netlink-local.h
+++ b/package/libnl-tiny/src/include/netlink-local.h
@@ -95,6 +95,7 @@ extern int __str2flags(const char *, struct trans_tbl *, size_t);
extern void dump_from_ops(struct nl_object *, struct nl_dump_params *);
+#ifdef disabled
static inline struct nl_cache *dp_cache(struct nl_object *obj)
{
if (obj->ce_cache == NULL)
@@ -102,6 +103,7 @@ static inline struct nl_cache *dp_cache(struct nl_object *obj)
return obj->ce_cache;
}
+#endif
static inline int nl_cb_call(struct nl_cb *cb, int type, struct nl_msg *msg)
{