The tag, GregKH-20100904 has been updated to b4fb4917c35c29b183bee3f60c55156200f091a0 (commit) from a24f6612aba0bd608e7399c6bca18bd434f8f1a3
- Shortlog ------------------------------------------------------------ commit b4fb4917c35c29b183bee3f60c55156200f091a0 Author: Sven Eckelmann sven.eckelmann@gmx.de Date: Sat Sep 4 18:25:43 2010 +0200
batman-adv: Add missing include for bat_sys.h
soft_interface.c needs sysfs_add_meshif and sysfs_del_meshif after "batman-adv: attach each hard-interface to a soft-interface". This Include is provided indirectly using compat.h on standalone sources, but missing on kernel builds.
We should add it directly as the compat.h include is only a side effect we cannot rely on.
Signed-off-by: Sven Eckelmann sven.eckelmann@gmx.de -----------------------------------------------------------------------