diff options
author | Antti Palosaari | 2017-01-27 14:51:32 -0200 |
---|---|---|
committer | Mauro Carvalho Chehab | 2017-02-03 07:01:00 -0200 |
commit | 38611529a01191b82bb54e9bcbf6871bdb5fa873 (patch) | |
tree | 6ff0b100d0bb15ea0757238dedfed02a7217985d /drivers/media/dvb-frontends/Makefile | |
parent | e11415c811047189a132c61c4c838ed7fd8431c8 (diff) |
[media] MAINTAINERS: remove hd29l2
Remove unused demod driver. Device that used it never went public.
If someone later decide to add support for a device using this
chipset, it should be easy enough to retrieve it from git
history.
Signed-off-by: Antti Palosaari <crope@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'drivers/media/dvb-frontends/Makefile')
-rw-r--r-- | drivers/media/dvb-frontends/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/dvb-frontends/Makefile b/drivers/media/dvb-frontends/Makefile index 1ccdf5d95206..3fccaf34ef52 100644 --- a/drivers/media/dvb-frontends/Makefile +++ b/drivers/media/dvb-frontends/Makefile @@ -99,7 +99,6 @@ obj-$(CONFIG_DVB_MN88472) += mn88472.o obj-$(CONFIG_DVB_MN88473) += mn88473.o obj-$(CONFIG_DVB_ISL6423) += isl6423.o obj-$(CONFIG_DVB_EC100) += ec100.o -obj-$(CONFIG_DVB_HD29L2) += hd29l2.o obj-$(CONFIG_DVB_DS3000) += ds3000.o obj-$(CONFIG_DVB_TS2020) += ts2020.o obj-$(CONFIG_DVB_MB86A16) += mb86a16.o |