mtd: devices: elm: update DRIVER_NAME as "omap-elm"

Linux-MTD Mailing List linux-mtd at lists.infradead.org
Fri Apr 4 23:59:06 PDT 2014


Gitweb:     http://git.infradead.org/?p=mtd-2.6.git;a=commit;h=c7ea95a377921efd0f0fa3e64852f5cc3d7ffc47
Commit:     c7ea95a377921efd0f0fa3e64852f5cc3d7ffc47
Parent:     79f013518d435e238e6bddd0073de631bbefb556
Author:     Pekon Gupta <pekon at ti.com>
AuthorDate: Thu Mar 20 18:48:37 2014 +0530
Committer:  Brian Norris <computersforpeace at gmail.com>
CommitDate: Tue Mar 25 23:09:06 2014 -0700

    mtd: devices: elm: update DRIVER_NAME as "omap-elm"
    
    use "omap-elm" as DRIVER_NAME
    
    Signed-off-by: Pekon Gupta <pekon at ti.com>
    Reviewed-by: Ezequiel Garcia <ezequiel.garcia at free-electrons.com>
    Signed-off-by: Brian Norris <computersforpeace at gmail.com>
---
 drivers/mtd/devices/elm.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/drivers/mtd/devices/elm.c b/drivers/mtd/devices/elm.c
index 26df41f..1fd4a0f 100644
--- a/drivers/mtd/devices/elm.c
+++ b/drivers/mtd/devices/elm.c
@@ -15,6 +15,8 @@
  *
  */
 
+#define DRIVER_NAME	"omap-elm"
+
 #include <linux/platform_device.h>
 #include <linux/module.h>
 #include <linux/interrupt.h>
@@ -520,7 +522,7 @@ MODULE_DEVICE_TABLE(of, elm_of_match);
 
 static struct platform_driver elm_driver = {
 	.driver	= {
-		.name	= "elm",
+		.name	= DRIVER_NAME,
 		.owner	= THIS_MODULE,
 		.of_match_table = of_match_ptr(elm_of_match),
 		.pm	= &elm_pm_ops,



More information about the linux-mtd-cvs mailing list