[2.6 patch] move EXPORT_SYMBOL(bttv_i2c_call)

From: Adrian Bunk
Date: Mon Nov 15 2004 - 20:23:09 EST


The patch below moves the EXPORT_SYMBOL(bttv_i2c_call) to the file where
the actual function is.


Signed-off-by: Adrian Bunk <bunk@xxxxxxxxx>

--- linux-2.6.10-rc1-mm5-full/drivers/media/video/bttv-i2c.c.old 2004-11-16 01:38:11.000000000 +0100
+++ linux-2.6.10-rc1-mm5-full/drivers/media/video/bttv-i2c.c 2004-11-16 01:38:23.000000000 +0100
@@ -333,6 +333,7 @@
return;
bttv_call_i2c_clients(&bttvs[card], cmd, arg);
}
+EXPORT_SYMBOL(bttv_i2c_call);

static struct i2c_client bttv_i2c_client_template = {
I2C_DEVNAME("bttv internal"),
--- linux-2.6.10-rc1-mm5-full/drivers/media/video/bttv-if.c.old 2004-11-16 01:37:56.000000000 +0100
+++ linux-2.6.10-rc1-mm5-full/drivers/media/video/bttv-if.c 2004-11-16 01:38:05.000000000 +0100
@@ -41,7 +41,6 @@
EXPORT_SYMBOL(bttv_read_gpio);
EXPORT_SYMBOL(bttv_write_gpio);
EXPORT_SYMBOL(bttv_get_gpio_queue);
-EXPORT_SYMBOL(bttv_i2c_call);

/* ----------------------------------------------------------------------- */
/* Exported functions - for other modules which want to access the */

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/