diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2018-09-05 12:18:28 +0300 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2018-09-06 20:02:26 +0300 |
commit | 23b4f8b184f5546180851259dea2a8e8ddc71ac3 (patch) | |
tree | ef86fb371ddb4a1c2b5bd96fa8cf09818619645f /arch/arm/mach-u300/Makefile | |
parent | 57361846b52bc686112da6ca5368d11210796804 (diff) | |
download | linux-23b4f8b184f5546180851259dea2a8e8ddc71ac3.tar.xz |
ARM: u300: Delete dummy SPI chip
It's been told to me a few times that this kernel module
should not exist, instead we should use the loopback test
from userspace if need be. If a kernel module is required
for testing SPI, it should be generic and put in
drivers/spi/*.
Delete this driver.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/mach-u300/Makefile')
-rw-r--r-- | arch/arm/mach-u300/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-u300/Makefile b/arch/arm/mach-u300/Makefile index 87d37de054b6..5a8804fa8776 100644 --- a/arch/arm/mach-u300/Makefile +++ b/arch/arm/mach-u300/Makefile @@ -4,5 +4,4 @@ obj-y := core.o -obj-$(CONFIG_MACH_U300_SPIDUMMY) += dummyspichip.o obj-$(CONFIG_REGULATOR_AB3100) += regulator.o |