Skip to content

Commit

Permalink
[media] via-camera: add MODULE_ALIAS
Browse files Browse the repository at this point in the history
This fixes autoloading of the module.

Signed-off-by: Daniel Drake <dsd@laptop.org>
Acked-by: Jonathan Corbet <corbet@lwn.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Daniel Drake authored and Mauro Carvalho Chehab committed May 20, 2011
1 parent bea3c54 commit 027e99a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/media/video/via-camera.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@

#include "via-camera.h"

MODULE_ALIAS("platform:viafb-camera");
MODULE_AUTHOR("Jonathan Corbet <corbet@lwn.net>");
MODULE_DESCRIPTION("VIA framebuffer-based camera controller driver");
MODULE_LICENSE("GPL");
Expand Down

0 comments on commit 027e99a

Please sign in to comment.