diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2017-08-04 23:32:32 +0300 |
---|---|---|
committer | Philipp Zabel <p.zabel@pengutronix.de> | 2017-08-07 13:05:01 +0300 |
commit | a3843bee7771dab97c814957533e753117638873 (patch) | |
tree | e005c176a7d08e16ca4cc0a844fef45e06b16452 /drivers/reset/Makefile | |
parent | e0be864f14240cb1bd92247a672796239d6ef2fa (diff) | |
download | linux-a3843bee7771dab97c814957533e753117638873.tar.xz |
Revert "reset: Add a Gemini reset controller"
This reverts commit 2acb037fc42b8ce5ae59a7d5db3c9b35672e3dd7.
We ended up merging the reset controller into the clock
controller so we can now get rid of this stand-alone
implementation.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
Diffstat (limited to 'drivers/reset/Makefile')
-rw-r--r-- | drivers/reset/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/reset/Makefile b/drivers/reset/Makefile index 9373040efc63..b62783f50fe5 100644 --- a/drivers/reset/Makefile +++ b/drivers/reset/Makefile @@ -5,7 +5,6 @@ obj-$(CONFIG_ARCH_TEGRA) += tegra/ obj-$(CONFIG_RESET_A10SR) += reset-a10sr.o obj-$(CONFIG_RESET_ATH79) += reset-ath79.o obj-$(CONFIG_RESET_BERLIN) += reset-berlin.o -obj-$(CONFIG_RESET_GEMINI) += reset-gemini.o obj-$(CONFIG_RESET_HSDK_V1) += reset-hsdk-v1.o obj-$(CONFIG_RESET_IMX7) += reset-imx7.o obj-$(CONFIG_RESET_LPC18XX) += reset-lpc18xx.o |