Staging: batman-adv: fix function prototype
authorJavier Martinez Canillas <martinez.javier@gmail.com>
Sun, 6 Jun 2010 19:03:05 +0000 (21:03 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 21 Jun 2010 22:32:05 +0000 (15:32 -0700)
In today linux-next I got a compile warning in staging/batman-adv.

This is due a struct bin_attribute read function prototype change and the driver was not updated.

This patch solves the issue

Signed-off-by: Javier Martinez Canillas <martinez.javier@gmail.com>
Signed-off-by: Sven Eckelmann <sven.eckelmann@gmx.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

No differences found