Signed-off-by: Antonio Quartulli ordex@autistici.org --- distributed-arp-table.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/distributed-arp-table.c b/distributed-arp-table.c index db1694d..3108cd3 100644 --- a/distributed-arp-table.c +++ b/distributed-arp-table.c @@ -37,7 +37,8 @@ #ifdef CONFIG_BATMAN_ADV_DEBUG
static void bat_dbg_arp(struct bat_priv *bat_priv, struct sk_buff *skb, - uint16_t type, int hdr_size, char *msg) { + uint16_t type, int hdr_size, char *msg) +{ struct unicast_4addr_packet *unicast_4addr_packet;
if (msg)