Hello David,
On Sun, Oct 28, 2012 at 06:59:27PM -0400, David Miller wrote:
From: Antonio Quartulli ordex@autistici.org Date: Sun, 28 Oct 2012 12:17:04 +0100
From: Marek Lindner lindner_marek@yahoo.de
Signed-off-by: Marek Lindner lindner_marek@yahoo.de Signed-off-by: Antonio Quartulli ordex@autistici.org
net/batman-adv/sysfs.c | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-)
I was wondering how you could possibly change the list of arguments to these macros, yet avoid changing any of the users.
And sure enough it's because these macros are completely unused.
when this macro was introduced a user was going to be added as well, but then we delayed some work and the user was not introduced anymore..
Please just remove them instead of changing their interfaces when no users exist.
Yes, I will resend the pull request with a patch that removes this macro at all. We will re-introduce it as soon as the user is ready too.
Cheers,