]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
media: dvb: symbol fixup for dvb_attach() - again
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 7 Oct 2023 11:50:27 +0000 (13:50 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 10 Oct 2023 19:43:40 +0000 (21:43 +0200)
commit7532d4fa92d6635a38abb58fb165b6034dce83d3
treed37292bc4624267771fb9287ab09397580514bd5
parent532b5b26d25ae441c7c6931051c8e6246e973a22
media: dvb: symbol fixup for dvb_attach() - again

In commit cd98086a7d9d ("media: dvb: symbol fixup for dvb_attach()") in
the 4.14.y tree, a few symbols were missed due to files being renamed in
newer kernel versions.  Fix this up by properly marking up the
sp8870_attach and xc2028_attach symbols.

Reported-by: Ben Hutchings <ben@decadent.org.uk>
Link: https://lore.kernel.org/r/b12435b2311ada131db05d3cf195b4b5d87708eb.camel@decadent.org.uk
Fixes: cd98086a7d9d ("media: dvb: symbol fixup for dvb_attach()")
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/media/dvb-frontends/sp8870.c
drivers/media/tuners/tuner-xc2028.c