diff options
author | Sean Young <sean@mess.org> | 2019-09-25 16:59:51 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2019-10-07 12:31:36 +0200 |
commit | 6bf33ca2a9adfddc53c2146b40cfbed8145d6f54 (patch) | |
tree | 014e93fc055ecc9c320ad1964a4d1d96647bf8f1 /drivers/media/usb/cx231xx | |
parent | media: saa7164: use debugfs rather than procfs for debugging file (diff) | |
download | linux-6bf33ca2a9adfddc53c2146b40cfbed8145d6f54.tar.xz linux-6bf33ca2a9adfddc53c2146b40cfbed8145d6f54.zip |
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/cx231xx')
-rw-r--r-- | drivers/media/usb/cx231xx/cx231xx-audio.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/usb/cx231xx/cx231xx-audio.c b/drivers/media/usb/cx231xx/cx231xx-audio.c index 9ef362e221df..fd6e2df3d1b7 100644 --- a/drivers/media/usb/cx231xx/cx231xx-audio.c +++ b/drivers/media/usb/cx231xx/cx231xx-audio.c @@ -14,7 +14,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> |