mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-12 21:44:06 +08:00
[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>
This commit is contained in:
parent
e0a973423e
commit
951ed98eb8
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user