V4L/DVB (4958): Fix namespace conflict between w9968cf.c on MIPS
authorRalf Baechle <ralf@linux-mips.org>
Mon, 11 Dec 2006 14:14:54 +0000 (11:14 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Wed, 27 Dec 2006 12:23:24 +0000 (10:23 -0200)
commitbee8a44ecb37c1d80afd2af932f60e786f0eabc2
treecbdbad05ef84030ed6f946f2b53c3242d8c5f0ab
parent6ccd60172e271d156dba8a4002568d3bf1912e01
V4L/DVB (4958): Fix namespace conflict between w9968cf.c on MIPS

Both use __SC.  Since __* is sort of private namespace I've choosen to fix
this in the driver.  For consistency I decieded to also change __UNSC to
UNSC.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/video/w9968cf.c