diff options
Diffstat (limited to 'drivers/mtd/maps/plat-ram.c')
-rw-r--r-- | drivers/mtd/maps/plat-ram.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/mtd/maps/plat-ram.c b/drivers/mtd/maps/plat-ram.c index 894c0b271289..7160e0eb09af 100644 --- a/drivers/mtd/maps/plat-ram.c +++ b/drivers/mtd/maps/plat-ram.c | |||
@@ -251,6 +251,9 @@ static int platram_probe(struct platform_device *pdev) | |||
251 | 251 | ||
252 | /* device driver info */ | 252 | /* device driver info */ |
253 | 253 | ||
254 | /* work with hotplug and coldplug */ | ||
255 | MODULE_ALIAS("platform:mtd-ram"); | ||
256 | |||
254 | static struct platform_driver platram_driver = { | 257 | static struct platform_driver platram_driver = { |
255 | .probe = platram_probe, | 258 | .probe = platram_probe, |
256 | .remove = platram_remove, | 259 | .remove = platram_remove, |