dect
/
linux-2.6
Archived
13
0
Fork 0

[media] via-camera: add MODULE_ALIAS

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>
This commit is contained in:
Daniel Drake 2011-04-29 18:45:01 -03:00 committed by Mauro Carvalho Chehab
parent bea3c54f52
commit 027e99abbf
1 changed files with 1 additions and 0 deletions

View File

@ -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");