diff options
author | Paul Bolle <pebolle@tiscali.nl> | 2013-03-19 05:58:47 (GMT) |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-03-19 20:23:51 (GMT) |
commit | f58b20bd6bad48d6fc5633f003c3651115273fb2 (patch) | |
tree | 3fa1525423c59afccf0bfd446955a6f8da3838ec /drivers/hwmon/ad7418.c | |
parent | e0b2029614fe7e3b09fab253630c5b70eea58f53 (diff) | |
download | linux-fsl-qoriq-f58b20bd6bad48d6fc5633f003c3651115273fb2.tar.xz |
sparc: remove unused "config BITS"
sparc's asm/module.h got removed in commit
786d35d45cc40b2a51a18f73e14e135d47fdced7 ("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>
Diffstat (limited to 'drivers/hwmon/ad7418.c')
0 files changed, 0 insertions, 0 deletions