projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a0e4ec
)
S3C2410: fix driver MODULE_ALIAS()
author
Ben Dooks
<
[email protected]
>
Fri, 23 May 2008 20:04:57 +0000
(13:04 -0700)
committer
Linus Torvalds
<
[email protected]
>
Sat, 24 May 2008 16:56:13 +0000
(09:56 -0700)
Add a correct MODULE_ALIAS() entry for this driver to enable udev module
loading.
Signed-off-by: Ben Dooks <
[email protected]
>
Cc: Arnaud Patard <
[email protected]
>
Acked-by: Krzysztof Helt <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
drivers/video/s3c2410fb.c
patch
|
blob
|
history
diff --git
a/drivers/video/s3c2410fb.c
b/drivers/video/s3c2410fb.c
index 24d5ea5b9dd958588b19ca617d52b90aa2ac6201..f0598961c6b04be94d20fdae77e5281f7096f6cf 100644
(file)
--- a/
drivers/video/s3c2410fb.c
+++ b/
drivers/video/s3c2410fb.c
@@
-1070,3
+1070,5
@@
MODULE_AUTHOR("Arnaud Patard <
[email protected]
>, "
"Ben Dooks <
[email protected]
>");
MODULE_DESCRIPTION("Framebuffer driver for the s3c2410");
MODULE_LICENSE("GPL");
+MODULE_ALIAS("platform:s3c2410-lcd");
+MODULE_ALIAS("platform:s3c2412-lcd");