]> git.baikalelectronics.ru Git - kernel.git/commit
batman-adv: remove useless inline attribute for sysfs helper function
authorAntonio Quartulli <a@unstable.cc>
Thu, 5 May 2016 18:46:37 +0000 (02:46 +0800)
committerSimon Wunderlich <sw@simonwunderlich.de>
Thu, 30 Jun 2016 08:29:43 +0000 (10:29 +0200)
commit4ce7b3ebaff069b65d1aacf2cf0e89e915cd5187
treee6f38ef48be169bf31ef4b985f98612b5472053d
parenta8e9bedc9fae529052052cdf751dc36c3129a3ed
batman-adv: remove useless inline attribute for sysfs helper function

the compiler can optimize functions within the same C file and therefore
there is no need to make it explicit.

Remove the useless inline attribute for __batadv_store_uint_attr()

Signed-off-by: Antonio Quartulli <a@unstable.cc>
Signed-off-by: Marek Lindner <mareklindner@neomailbox.ch>
Signed-off-by: Sven Eckelmann <sven@narfation.org>
Signed-off-by: Simon Wunderlich <sw@simonwunderlich.de>
net/batman-adv/sysfs.c