summaryrefslogtreecommitdiff
path: root/drivers/media/usb/zr364xx
diff options
context:
space:
mode:
authorSean Young <sean@mess.org>2019-09-25 17:59:51 +0300
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>2019-10-07 13:31:36 +0300
commit6bf33ca2a9adfddc53c2146b40cfbed8145d6f54 (patch)
tree014e93fc055ecc9c320ad1964a4d1d96647bf8f1 /drivers/media/usb/zr364xx
parentae5f973759e122e7c98dc06d00d71401fa0d1580 (diff)
downloadlinux-6bf33ca2a9adfddc53c2146b40cfbed8145d6f54.tar.xz
media: delete unused proc_fs.h include
procfs is no longer used anywhere in media. Signed-off-by: Sean Young <sean@mess.org> Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Diffstat (limited to 'drivers/media/usb/zr364xx')
-rw-r--r--drivers/media/usb/zr364xx/zr364xx.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/usb/zr364xx/zr364xx.c b/drivers/media/usb/zr364xx/zr364xx.c
index 637962825d7a..aff78d63b869 100644
--- a/drivers/media/usb/zr364xx/zr364xx.c
+++ b/drivers/media/usb/zr364xx/zr364xx.c
@@ -20,7 +20,6 @@
#include <linux/usb.h>
#include <linux/vmalloc.h>
#include <linux/slab.h>
-#include <linux/proc_fs.h>
#include <linux/highmem.h>
#include <media/v4l2-common.h>
#include <media/v4l2-ioctl.h>