diff options
author | Arnd Bergmann <arnd@arndb.de> | 2021-01-20 17:23:59 +0100 |
---|---|---|
committer | Daniel Lezcano <daniel.lezcano@linaro.org> | 2021-02-03 09:16:54 +0100 |
commit | 8fefe3ce6b7d11a551d98557d5dfc5eba6477409 (patch) | |
tree | 1079eddf5e675bead91a1887d940f63214356774 /drivers/thermal/Makefile | |
parent | 7a583405f24bffdd9f696a8e1b2f02c297245f4d (diff) | |
download | linux-stable-8fefe3ce6b7d11a551d98557d5dfc5eba6477409.tar.gz linux-stable-8fefe3ce6b7d11a551d98557d5dfc5eba6477409.tar.bz2 linux-stable-8fefe3ce6b7d11a551d98557d5dfc5eba6477409.zip |
thermal/drivers/tango: Remove tango driver
The tango platform is getting removed, so the driver is no
longer needed.
Cc: Marc Gonzalez <marc.w.gonzalez@free.fr>
Cc: Mans Rullgard <mans@mansr.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Mans Rullgard <mans@mansr.com>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Link: https://lore.kernel.org/r/20210120162400.4115366-2-arnd@kernel.org
Diffstat (limited to 'drivers/thermal/Makefile')
-rw-r--r-- | drivers/thermal/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/thermal/Makefile b/drivers/thermal/Makefile index b64dd50a6629..a44dda2d03bc 100644 --- a/drivers/thermal/Makefile +++ b/drivers/thermal/Makefile @@ -42,7 +42,6 @@ obj-y += samsung/ obj-$(CONFIG_DOVE_THERMAL) += dove_thermal.o obj-$(CONFIG_DB8500_THERMAL) += db8500_thermal.o obj-$(CONFIG_ARMADA_THERMAL) += armada_thermal.o -obj-$(CONFIG_TANGO_THERMAL) += tango_thermal.o obj-$(CONFIG_IMX_THERMAL) += imx_thermal.o obj-$(CONFIG_IMX_SC_THERMAL) += imx_sc_thermal.o obj-$(CONFIG_IMX8MM_THERMAL) += imx8mm_thermal.o |