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)
commit1bd2c2159a32313ae1f872b6225601aed397524c
tree3a2fee2c5625c23cc01191ea2ade641566e55133
parentcf2d3fc9786ba005f9bde50a4e72a1d0b70472ff
Staging: batman-adv: fix function prototype

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>
drivers/staging/batman-adv/bat_sysfs.c