upstream: [media] export em28xx_release_resources() symbol
authorMauro Carvalho Chehab <m.chehab@samsung.com>
Tue, 7 Jan 2014 10:05:01 +0000 (08:05 -0200)
committerChanho Park <chanho61.park@samsung.com>
Tue, 18 Nov 2014 02:54:23 +0000 (11:54 +0900)
As reported by the kbuild test robot:

All error/warnings:

>> ERROR: "em28xx_release_resources" [drivers/media/usb/em28xx/em28xx-v4l.ko] undefined!

Reported-by: kbuild test robot <fengguang.wu@intel.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
drivers/media/usb/em28xx/em28xx-cards.c

index 57a4da7..7d75c62 100644 (file)
@@ -2715,6 +2715,7 @@ void em28xx_release_resources(struct em28xx *dev)
        /* Mark device as unused */
        clear_bit(dev->devno, &em28xx_devused);
 };
+EXPORT_SYMBOL_GPL(em28xx_release_resources);
 
 /*
  * em28xx_init_dev()