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/em28xx | |
parent | ae5f973759e122e7c98dc06d00d71401fa0d1580 (diff) | |
download | linux-6bf33ca2a9adfddc53c2146b40cfbed8145d6f54.tar.bz2 |
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/em28xx')
-rw-r--r-- | drivers/media/usb/em28xx/em28xx-audio.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/usb/em28xx/em28xx-audio.c b/drivers/media/usb/em28xx/em28xx-audio.c index 49c9b70b632b..79dfbb25714b 100644 --- a/drivers/media/usb/em28xx/em28xx-audio.c +++ b/drivers/media/usb/em28xx/em28xx-audio.c @@ -31,7 +31,6 @@ #include <linux/soundcard.h> #include <linux/slab.h> #include <linux/vmalloc.h> -#include <linux/proc_fs.h> #include <linux/module.h> #include <sound/core.h> #include <sound/pcm.h> |