瀏覽代碼

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

use "omap-elm" as DRIVER_NAME

Signed-off-by: Pekon Gupta <pekon@ti.com>
Reviewed-by: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Pekon Gupta 11 年之前
父節點
當前提交
c7ea95a377
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3 1
      drivers/mtd/devices/elm.c

+ 3 - 1
drivers/mtd/devices/elm.c

@@ -15,6 +15,8 @@
  *
  *
  */
  */
 
 
+#define DRIVER_NAME	"omap-elm"
+
 #include <linux/platform_device.h>
 #include <linux/platform_device.h>
 #include <linux/module.h>
 #include <linux/module.h>
 #include <linux/interrupt.h>
 #include <linux/interrupt.h>
@@ -520,7 +522,7 @@ MODULE_DEVICE_TABLE(of, elm_of_match);
 
 
 static struct platform_driver elm_driver = {
 static struct platform_driver elm_driver = {
 	.driver	= {
 	.driver	= {
-		.name	= "elm",
+		.name	= DRIVER_NAME,
 		.owner	= THIS_MODULE,
 		.owner	= THIS_MODULE,
 		.of_match_table = of_match_ptr(elm_of_match),
 		.of_match_table = of_match_ptr(elm_of_match),
 		.pm	= &elm_pm_ops,
 		.pm	= &elm_pm_ops,