a757ee2216
Drivers should append their name on exported symbols, to avoid conflicts with allyesconfig: drivers/staging/built-in.o: In function `format_by_fourcc': /home/v4l/work_trees/linus/drivers/staging/cx25821/cx25821-video.c:96: multiple definition of `format_by_fourcc' drivers/media/built-in.o:/home/v4l/work_trees/linus/drivers/media/common/saa7146_video.c:88: first defined here Let's rename both occurences with a small shellscript: for i in drivers/staging/cx25821/*.[ch]; do sed s,format_by_fourcc,cx25821_format_by_fourcc,g <$i >a && mv a $i; done for i in drivers/media/common/saa7146*.[ch]; do sed s,format_by_fourcc,saa7146_format_by_fourcc,g <$i >a && mv a $i; done for i in include/media/saa7146*.[ch]; do sed s,format_by_fourcc,saa7146_format_by_fourcc,g <$i >a && mv a $i; done Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com> |
||
---|---|---|
.. | ||
adis16255 | ||
asus_oled | ||
ath6kl | ||
autofs | ||
batman-adv | ||
bcm | ||
brcm80211 | ||
comedi | ||
cpia | ||
crystalhd | ||
cx25821 | ||
cxt1e1 | ||
dt3155v4l | ||
easycap | ||
echo | ||
et131x | ||
frontier | ||
ft1000 | ||
go7007 | ||
hv | ||
iio | ||
intel_sst | ||
keucr | ||
line6 | ||
lirc | ||
memrar | ||
msm | ||
octeon | ||
olpc_dcon | ||
panel | ||
phison | ||
pohmelfs | ||
quatech_usb2 | ||
quickstart | ||
rt2860 | ||
rt2870 | ||
rtl8187se | ||
rtl8192e | ||
rtl8192u | ||
rtl8712 | ||
samsung-laptop | ||
sbe-2t3e3 | ||
serqt_usb2 | ||
slicoss | ||
sm7xx | ||
smbfs | ||
solo6x10 | ||
speakup | ||
spectra | ||
stradis | ||
ti-st | ||
tidspbridge | ||
tm6000 | ||
udlfb | ||
usbip | ||
vme | ||
vt6655 | ||
vt6656 | ||
westbridge | ||
winbond | ||
wlags49_h2 | ||
wlags49_h25 | ||
wlan-ng | ||
xgifb | ||
zram | ||
Kconfig | ||
Makefile | ||
staging.c |