rotary: changed the name of rotary device
authorjinhyung.jo <jinhyung.jo@samsung.com>
Thu, 22 Jan 2015 07:18:40 +0000 (16:18 +0900)
committerjinhyung.jo <jinhyung.jo@samsung.com>
Thu, 22 Jan 2015 08:31:37 +0000 (17:31 +0900)
chaneged to tizen_rotary

Change-Id: I8d215aaa1271152e26070ee3414d011a2e05615a
Signed-off-by: Jinhyung Jo <jinhyung.jo@samsung.com>
drivers/maru/maru_virtio_rotary.c

index 75f122f2c8626e51e7cafb42ceac6437dac9d7b1..8211c4ec6d54cabd987e84c984614f9ca1c0ac59 100644 (file)
@@ -42,7 +42,7 @@ MODULE_LICENSE("GPL2");
 MODULE_AUTHOR("Jinhyung Jo <jinhyung.jo@samsung.com>");
 MODULE_DESCRIPTION("Emulator Virtio Rotary Driver");
 
-#define DRIVER_NAME "sec_rotary"
+#define DRIVER_NAME "tizen_rotary"
 #define VR_LOG(log_level, fmt, ...) \
        printk(log_level "%s: " fmt, DRIVER_NAME, ##__VA_ARGS__)