aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/media/usbvision/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/media/usbvision/TODO')
-rw-r--r--drivers/staging/media/usbvision/TODO11
1 files changed, 0 insertions, 11 deletions
diff --git a/drivers/staging/media/usbvision/TODO b/drivers/staging/media/usbvision/TODO
deleted file mode 100644
index e9fb4d125581..000000000000
--- a/drivers/staging/media/usbvision/TODO
+++ /dev/null
@@ -1,11 +0,0 @@
-The driver is deprecated and scheduled for removal by the end
-of 2020.
-
-In order to prevent removal the following actions would have to
-be taken:
-
-- clean up the code
-- convert to the vb2 framework
-- fix the disconnect and free-on-last-user handling (i.e., add
- a release callback for struct v4l2_device and rework the code
- to use that correctly).