]> git.baikalelectronics.ru Git - kernel.git/commit
sparc: remove unused "config BITS"
authorPaul Bolle <pebolle@tiscali.nl>
Tue, 19 Mar 2013 05:58:47 +0000 (05:58 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 19 Mar 2013 20:23:51 +0000 (16:23 -0400)
commitaf3f2e28283799ed73f8cc59362fdf767f00cb58
tree3fa1525423c59afccf0bfd446955a6f8da3838ec
parent21312b1c6c964cd844b818f7b2305141751b20ea
sparc: remove unused "config BITS"

sparc's asm/module.h got removed in commit
7c64f3a493ea0ced91377ef35df583994b03f820 ("Make most arch asm/module.h
files use asm-generic/module.h"). That removed the only two uses of this
Kconfig symbol. So we can remove its entry too.

> >From arch/sparc/Makefile:
>     ifeq ($(CONFIG_SPARC32),y)
>     [...]
>
>     [...]
>     export BITS    := 32
>     [...]
>
>     else
>     [...]
>
>     [...]
>     export BITS   := 64
>     [...]
>
> So $(BITS) is set depending on whether CONFIG_SPARC32 is set or not.
> Using $(BITS) in sparc's Makefiles is not using CONFIG_BITS. That
> doesn't count as usage of "config BITS".

Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Acked-by: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
arch/sparc/Kconfig