mirror of
https://github.com/torvalds/linux.git
synced 2026-04-25 10:02:31 -04:00
saa7134_mixer_fops and saa7134_dsp_fops have been removed in media/video since commit166fb6b472("V4L/DVB (6623): remove saa7134-oss"). Then media/video has been renamed to media/pci since commitb285192a43("[media] rename most media/video pci drivers to media/pci"). saa7134_vbi_template has been removed since commita9622391ac("V4L/DVB (6792): Fix VBI support"). so saa7134_mixer_fops, saa7134_dsp_fops and saa7134_vbi_template are unused declarations, remove them. Signed-off-by: Gaosheng Cui <cuigaosheng1@huawei.com> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>