diff options
author | Sean Young <sean@mess.org> | 2019-09-25 11:59:51 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2019-10-07 07:31:36 -0300 |
commit | 6bf33ca2a9adfddc53c2146b40cfbed8145d6f54 (patch) | |
tree | 014e93fc055ecc9c320ad1964a4d1d96647bf8f1 /drivers/media/usb/zr364xx | |
parent | ae5f973759e122e7c98dc06d00d71401fa0d1580 (diff) |
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.c | 1 |
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> |