summaryrefslogtreecommitdiff
path: root/drivers/media/usb/em28xx/em28xx-cards.c
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <m.chehab@samsung.com>2014-01-07 10:05:01 (GMT)
committerMauro Carvalho Chehab <m.chehab@samsung.com>2014-01-07 10:05:01 (GMT)
commit951ed98eb8e4e36d35ad5088cbca94a6215c2965 (patch)
tree5bf04cd90632541a8520cab9765307f657c6e0e0 /drivers/media/usb/em28xx/em28xx-cards.c
parente0a973423efddc84262991c4a14a0daaaf56ca84 (diff)
downloadlinux-951ed98eb8e4e36d35ad5088cbca94a6215c2965.tar.xz
[media] export em28xx_release_resources() symbol
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>
Diffstat (limited to 'drivers/media/usb/em28xx/em28xx-cards.c')
-rw-r--r--drivers/media/usb/em28xx/em28xx-cards.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/usb/em28xx/em28xx-cards.c b/drivers/media/usb/em28xx/em28xx-cards.c
index 84167f0..39cf49c 100644
--- a/drivers/media/usb/em28xx/em28xx-cards.c
+++ b/drivers/media/usb/em28xx/em28xx-cards.c
@@ -2839,6 +2839,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()