media: zoran: remove proc_fs
authorCorentin Labbe <clabbe@baylibre.com>
Fri, 25 Sep 2020 18:30:22 +0000 (20:30 +0200)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Thu, 1 Oct 2020 07:36:30 +0000 (09:36 +0200)
commit72b23dd2456834375dcd5884cddc37f7168d7d37
treead7defff6efe53206ea2b8bad8fdd336d3b1205c
parentff559599a39abd5c8b2648f6c3121539a9370bca
media: zoran: remove proc_fs

The zoran driver give some debug information in procfs, but this is not
the right place.
So let's remove them, we will use debugfs later.

Signed-off-by: Corentin Labbe <clabbe@baylibre.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
drivers/staging/media/zoran/Makefile
drivers/staging/media/zoran/zoran.h
drivers/staging/media/zoran/zoran_card.c
drivers/staging/media/zoran/zoran_device.c
drivers/staging/media/zoran/zoran_driver.c
drivers/staging/media/zoran/zoran_procfs.c [deleted file]
drivers/staging/media/zoran/zoran_procfs.h [deleted file]