]> bbs.cooldavid.org Git - net-next-2.6.git/commit
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>
Wed, 30 Jun 2010 15:18:14 +0000 (08:18 -0700)
commiteb169d1cc7fb219cc42c584f7a195f71913e6b6a
tree916b2f7cf698b016c98c28718455bab6664eacfc
parent25477f2398f39a35f110e02f6c7d8dd1023c47c1
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