Introduced by fe67bb41f0e1647c3b05aeb4b736a1171bff496b ("batman-adv: debugfs, avoid compiling for !DEBUG_FS")
Signed-off-by: Marek Lindner mareklindner@neomailbox.ch --- debugfs.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/debugfs.h b/debugfs.h index 5db336a..421f092 100644 --- a/debugfs.h +++ b/debugfs.h @@ -48,14 +48,14 @@ static inline void batadv_debugfs_del_meshif(struct net_device *dev) { }
-static inline int batadv_debugfs_add_hardif( - struct batadv_hard_iface *hard_iface) +static inline +int batadv_debugfs_add_hardif(struct batadv_hard_iface *hard_iface) { return 0; }
-static inline void batadv_debugfs_del_hardif( - struct batadv_hard_iface *hard_iface) +static inline +void batadv_debugfs_del_hardif(struct batadv_hard_iface *hard_iface) { }
On Friday, February 20, 2015 00:02:45 Marek Lindner wrote:
Introduced by fe67bb41f0e1647c3b05aeb4b736a1171bff496b ("batman-adv: debugfs, avoid compiling for !DEBUG_FS")
Signed-off-by: Marek Lindner mareklindner@neomailbox.ch
debugfs.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)
Applied in revision 2f9d8a2.
Regards, Marek
b.a.t.m.a.n@lists.open-mesh.org