staging: bcm2835-camera: fix module autoloading
[ Upstream commit 3a2c20024a2b47adbf514e7f3ab79342739c3926 ]
In order to make the module bcm2835-camera load automatically, we need to
add a module alias.
Fixes: 4bebb0312e
("staging/bcm2835-camera: Set ourselves up as a platform driver.")
Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>
Reviewed-by: Nicolas Saenz Julienne <nsaenzjulienne@suse.de>
Reviewed-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
parent
13a6b2276a
commit
398301a621
1 changed files with 1 additions and 0 deletions
|
@ -47,6 +47,7 @@ MODULE_DESCRIPTION("Broadcom 2835 MMAL video capture");
|
|||
MODULE_AUTHOR("Vincent Sanders");
|
||||
MODULE_LICENSE("GPL");
|
||||
MODULE_VERSION(BM2835_MMAL_VERSION);
|
||||
MODULE_ALIAS("platform:bcm2835-camera");
|
||||
|
||||
int bcm2835_v4l2_debug;
|
||||
module_param_named(debug, bcm2835_v4l2_debug, int, 0644);
|
||||
|
|
Loading…
Add table
Reference in a new issue