1
linux/drivers/staging
Mauro Carvalho Chehab a757ee2216 [media] Don't export format_by_forcc on two different drivers
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>
2010-12-02 01:59:10 -02:00
..
adis16255
asus_oled
ath6kl staging: Final semaphore cleanup 2010-10-30 12:12:50 +02:00
autofs convert get_sb_nodev() users 2010-10-29 04:16:31 -04:00
batman-adv
bcm Staging: bcm: fix up network device reference counting 2010-10-28 09:54:23 -07:00
brcm80211 staging: Final semaphore cleanup 2010-10-30 12:12:50 +02:00
comedi staging: Final semaphore cleanup 2010-10-30 12:12:50 +02:00
cpia
crystalhd Merge 'staging-next' to Linus's tree 2010-10-28 09:44:56 -07:00
cx25821 [media] Don't export format_by_forcc on two different drivers 2010-12-02 01:59:10 -02:00
cxt1e1
dt3155v4l
easycap Merge 'staging-next' to Linus's tree 2010-10-28 09:44:56 -07:00
echo
et131x
frontier Merge 'staging-next' to Linus's tree 2010-10-28 09:44:56 -07:00
ft1000
go7007 [media] v4l: Remove module_name argument to the v4l2_i2c_new_subdev* functions 2010-11-22 11:56:26 -02:00
hv Merge 'staging-next' to Linus's tree 2010-10-28 09:44:56 -07:00
iio Merge 'staging-next' to Linus's tree 2010-10-28 09:44:56 -07:00
intel_sst
keucr Staging: keucr: fix up US_ macro change 2010-10-28 09:53:38 -07:00
line6
lirc Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6 2010-10-28 12:13:00 -07:00
memrar
msm staging: Final semaphore cleanup 2010-10-30 12:12:50 +02:00
octeon Merge 'staging-next' to Linus's tree 2010-10-28 09:44:56 -07:00
olpc_dcon
panel
phison
pohmelfs convert get_sb_nodev() users 2010-10-29 04:16:31 -04:00
quatech_usb2
quickstart Merge 'staging-next' to Linus's tree 2010-10-28 09:44:56 -07:00
rt2860 Merge 'staging-next' to Linus's tree 2010-10-28 09:44:56 -07:00
rt2870
rtl8187se
rtl8192e
rtl8192u
rtl8712 staging: Final semaphore cleanup 2010-10-30 12:12:50 +02:00
samsung-laptop
sbe-2t3e3
serqt_usb2
slicoss
sm7xx
smbfs Merge branches 'irq-core-for-linus' and 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip 2010-10-31 20:40:24 -04:00
solo6x10
speakup
spectra Merge 'staging-next' to Linus's tree 2010-10-28 09:44:56 -07:00
stradis
ti-st
tidspbridge Merge 'staging-next' to Linus's tree 2010-10-28 09:44:56 -07:00
tm6000 [media] v4l: Remove module_name argument to the v4l2_i2c_new_subdev* functions 2010-11-22 11:56:26 -02:00
udlfb
usbip Merge 'staging-next' to Linus's tree 2010-10-28 09:44:56 -07:00
vme
vt6655 Merge 'staging-next' to Linus's tree 2010-10-28 09:44:56 -07:00
vt6656
westbridge staging: Final semaphore cleanup 2010-10-30 12:12:50 +02:00
winbond
wlags49_h2 Merge 'staging-next' to Linus's tree 2010-10-28 09:44:56 -07:00
wlags49_h25
wlan-ng Merge 'staging-next' to Linus's tree 2010-10-28 09:44:56 -07:00
xgifb Merge 'staging-next' to Linus's tree 2010-10-28 09:44:56 -07:00
zram Merge 'staging-next' to Linus's tree 2010-10-28 09:44:56 -07:00
Kconfig Staging: dream: remove dream driver and arch from tree 2010-10-29 12:42:18 -07:00
Makefile Staging: dream: remove dream driver and arch from tree 2010-10-29 12:42:18 -07:00
staging.c