This patch changes the device node name of tizen_global_lock to "tgl".
Because, the libtbm backend module for ARTIK710 device looks for "tgl" as
a driver node name.
Change-Id: I62733ff2cff79f379b5ab9da3eb38cc7ec0130e8
Signed-off-by: jino.cho <jino.cho@samsung.com>
struct hlist_node node; /* hash node */
};
-static const char tgl_dev_name[] = "tizen_global_lock";
+static const char tgl_dev_name[] = "tgl";
/* find the tgl_lock object with key in the hash table */
static struct tgl_hash_node *tgl_hash_get_node(struct tgl_hash_head *hash,