]> pilppa.com Git - linux-2.6-omap-h63xx.git/commitdiff
Export v4l2_int_device_{, un}register
authorAdrian Bunk <bunk@stusta.de>
Tue, 11 Sep 2007 12:46:34 +0000 (15:46 +0300)
committerTony Lindgren <tony@atomide.com>
Mon, 17 Sep 2007 18:35:02 +0000 (11:35 -0700)
This patch fixes the following build error:

<--  snip  -->

...
  MODPOST 2135 modules
make[2]: *** [__modpost] Error 1

<--  snip  -->

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Signed-off-by: Sakari Ailus <sakari.ailus@nokia.com>
drivers/media/video/v4l2-int-device.c

index 4ff17e33a85e930c941cdd1744dee240c7e8961a..f497c9458344e36eeaf32026a0e440414b5b5496 100644 (file)
@@ -101,6 +101,7 @@ int v4l2_int_device_register(struct v4l2_int_device *d)
 
        return 0;
 }
+EXPORT_SYMBOL_GPL(v4l2_int_device_register);
 
 void v4l2_int_device_unregister(struct v4l2_int_device *d)
 {
@@ -114,6 +115,7 @@ void v4l2_int_device_unregister(struct v4l2_int_device *d)
        }
        mutex_unlock(&mutex);
 }
+EXPORT_SYMBOL_GPL(v4l2_int_device_unregister);
 
 /* Adapted from search_extable in extable.c. */
 static v4l2_int_ioctl_func *find_ioctl(struct v4l2_int_slave *slave, int cmd,