The old name is not necessary anymore, so this patch replaces device
node name to "tgl".
Change-Id: I9e4c92db3c355e74b909384ff869b2aa3a388086
Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
struct hlist_node node; /* hash node */
};
-/* FIXME: Tizen platform is using slp_global_lock name yet */
-/* static const char tgl_dev_name[] = "tizen_global_lock"; */
-static const char tgl_dev_name[] = "slp_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,