diff options
author | Hans de Goede <hdegoede@redhat.com> | 2012-05-04 06:38:43 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-05-07 16:16:16 -0300 |
commit | 04ef052419ac61f28c6b7eafbe5d8e82c02bbee2 (patch) | |
tree | b0b0ab1a48094ccd1e6bab2d1769f41313b7bc32 /drivers/media/video/Makefile | |
parent | df8b98538c7011c4c74bd2d678369825c66be86c (diff) | |
download | op-kernel-dev-04ef052419ac61f28c6b7eafbe5d8e82c02bbee2.zip op-kernel-dev-04ef052419ac61f28c6b7eafbe5d8e82c02bbee2.tar.gz |
[media] media/video/et61x251: Remove this deprecated driver
The et61x251 has been deprecated for a couple of releases now, as all
devices it supports are also supported by gspca_etoms, and it has not
seen any maintenance in years. So now it is time to remove it.
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/Makefile')
-rw-r--r-- | drivers/media/video/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/video/Makefile b/drivers/media/video/Makefile index a6282a3..1f5e36c 100644 --- a/drivers/media/video/Makefile +++ b/drivers/media/video/Makefile @@ -152,7 +152,6 @@ obj-$(CONFIG_USB_ZR364XX) += zr364xx.o obj-$(CONFIG_USB_STKWEBCAM) += stkwebcam.o obj-$(CONFIG_USB_SN9C102) += sn9c102/ -obj-$(CONFIG_USB_ET61X251) += et61x251/ obj-$(CONFIG_USB_PWC) += pwc/ obj-$(CONFIG_USB_GSPCA) += gspca/ |