Re: [PATCH] lib/Makefile: remove CONFIG_AVERAGE build rule

2015-08-26 Thread David Miller
From: Valentin Rothberg Date: Wed, 26 Aug 2015 15:36:12 +0200 > The Kconfig option AVERAGE and its implementation has been removed by > commit f4e774f55fe0 ("average: remove out-of-line implementation"). > Remove the dead build rule in lib/Makefile. > > Signed-off-by: Valentin Rothberg > Review

[PATCH] lib/Makefile: remove CONFIG_AVERAGE build rule

2015-08-26 Thread Valentin Rothberg
The Kconfig option AVERAGE and its implementation has been removed by commit f4e774f55fe0 ("average: remove out-of-line implementation"). Remove the dead build rule in lib/Makefile. Signed-off-by: Valentin Rothberg Reviewed-by: Johannes Berg --- I detected the issue with scripts/checkkconfigsymb

Re: [PATCH] lib/Makefile: remove CONFIG_AVERAGE build rule

2015-08-25 Thread David Miller
From: Johannes Berg Date: Fri, 21 Aug 2015 12:13:23 +0200 > On Fri, 2015-08-21 at 10:05 +, Valentin Rothberg wrote: >> The Kconfig option AVERAGE and its implementation has been removed by >> commit f4e774f55fe0 ("average: remove out-of-line implementation"). >> Remove the dead build rule in

Re: [PATCH] lib/Makefile: remove CONFIG_AVERAGE build rule

2015-08-21 Thread Johannes Berg
On Fri, 2015-08-21 at 10:05 +, Valentin Rothberg wrote: > The Kconfig option AVERAGE and its implementation has been removed by > commit f4e774f55fe0 ("average: remove out-of-line implementation"). > Remove the dead build rule in lib/Makefile. D'oh, sorry about that. Reviewed-by: Johannes Ber