Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target...
[deliverable/linux.git] / net / batman-adv / gateway_common.c
index 5ee04f7140af7bf9d459488b8c886d8df8873cd3..4423047889e1e6483d62602ff4d9334a6516b908 100644 (file)
@@ -40,8 +40,8 @@
  *
  * Return: false on parse error and true otherwise.
  */
-static bool batadv_parse_throughput(struct net_device *net_dev, char *buff,
-                                   const char *description, u32 *throughput)
+bool batadv_parse_throughput(struct net_device *net_dev, char *buff,
+                            const char *description, u32 *throughput)
 {
        enum batadv_bandwidth_units bw_unit_type = BATADV_BW_UNIT_KBIT;
        u64 lthroughput;
This page took 0.029096 seconds and 5 git commands to generate.