staging: bcm2835-camera: fix module autoloading
authorStefan Wahren <stefan.wahren@i2se.com>
Sat, 20 Oct 2018 17:26:18 +0000 (19:26 +0200)
committerpopcornmix <popcornmix@gmail.com>
Mon, 13 May 2019 23:08:10 +0000 (00:08 +0100)
In order to make the module bcm2835-camera load automatically, we need to
add a module alias.

Fixes: 4bebb0312ea9 ("staging/bcm2835-camera: Set ourselves up as a platform driver.")
Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>
drivers/staging/vc04_services/bcm2835-camera/bcm2835-camera.c

index c04bdf0..10b55bc 100644 (file)
@@ -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);