From: Seung-Woo Kim Date: Fri, 26 Aug 2016 04:16:45 +0000 (+0900) Subject: misc: tizen_global_lock: replace device node name to tgl X-Git-Tag: submit/tizen/20160912.021917~7 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F87%2F85587%2F2;p=platform%2Fkernel%2Flinux-exynos.git misc: tizen_global_lock: replace device node name to tgl 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 --- diff --git a/drivers/misc/tizen_global_lock.c b/drivers/misc/tizen_global_lock.c index e8987f8b76a3..78ab2f5d15ee 100644 --- a/drivers/misc/tizen_global_lock.c +++ b/drivers/misc/tizen_global_lock.c @@ -76,9 +76,7 @@ struct tgl_hash_node { 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,