The patch titled S3C2410: fix driver MODULE_ALIAS() has been removed from the -mm tree. Its filename was s3c2410-fix-driver-module_alias.patch This patch was dropped because it was merged into mainline or a subsystem tree The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: S3C2410: fix driver MODULE_ALIAS() From: Ben Dooks <ben-fbdev@xxxxxxxxx> Add a correct MODULE_ALIAS() entry for this driver to enable udev module loading. Signed-off-by: Ben Dooks <ben-linux@xxxxxxxxx> Cc: Arnaud Patard <arnaud.patard@xxxxxxxxxxx> Acked-by: Krzysztof Helt <krzysztof.h1@xxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/video/s3c2410fb.c | 2 ++ 1 file changed, 2 insertions(+) diff -puN drivers/video/s3c2410fb.c~s3c2410-fix-driver-module_alias drivers/video/s3c2410fb.c --- a/drivers/video/s3c2410fb.c~s3c2410-fix-driver-module_alias +++ a/drivers/video/s3c2410fb.c @@ -1070,3 +1070,5 @@ MODULE_AUTHOR("Arnaud Patard <arnaud.pat "Ben Dooks <ben-linux@xxxxxxxxx>"); MODULE_DESCRIPTION("Framebuffer driver for the s3c2410"); MODULE_LICENSE("GPL"); +MODULE_ALIAS("platform:s3c2410-lcd"); +MODULE_ALIAS("platform:s3c2412-lcd"); _ Patches currently in -mm which might be from ben-fbdev@xxxxxxxxx are -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html