diff options
author | Peter Griffin <peter.griffin@linaro.org> | 2016-09-14 16:27:53 +0300 |
---|---|---|
committer | Philipp Zabel <p.zabel@pengutronix.de> | 2016-10-20 12:52:08 +0300 |
commit | 64933513e4610c90d84104a4988a328c934a3e7b (patch) | |
tree | 27df7bc0daa26278e211f460c1ac224dc81ffb5c /drivers/reset/sti/Makefile | |
parent | 1001354ca34179f3db924eb66672442a173147dc (diff) | |
download | linux-64933513e4610c90d84104a4988a328c934a3e7b.tar.xz |
reset: sti: Remove STiH415/6 reset support
Support for STiH415/6 SoCs is being removed from the
kernel because the platforms are obsolete. This patch removes
the reset drivers for these SoC's.
Signed-off-by: Peter Griffin <peter.griffin@linaro.org>
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
Diffstat (limited to 'drivers/reset/sti/Makefile')
-rw-r--r-- | drivers/reset/sti/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/reset/sti/Makefile b/drivers/reset/sti/Makefile index dc85dfbe56a9..f9d82411f29e 100644 --- a/drivers/reset/sti/Makefile +++ b/drivers/reset/sti/Makefile @@ -1,5 +1,3 @@ obj-$(CONFIG_STI_RESET_SYSCFG) += reset-syscfg.o -obj-$(CONFIG_STIH415_RESET) += reset-stih415.o -obj-$(CONFIG_STIH416_RESET) += reset-stih416.o obj-$(CONFIG_STIH407_RESET) += reset-stih407.o |