[PATCH 05/12] of: Remove prefix "__of_" from local function names

2016-10-29 Thread frowand . list
From: Frank Rowand Remove "__of_" prefix from local function names. The pattern of a leading "__" is used in drivers/of/ to signify a function that must be called with a lock held. These functions do not fit that pattern. Signed-off-by: Frank Rowand

[PATCH 05/12] of: Remove prefix "__of_" from local function names

2016-10-29 Thread frowand . list
From: Frank Rowand Remove "__of_" prefix from local function names. The pattern of a leading "__" is used in drivers/of/ to signify a function that must be called with a lock held. These functions do not fit that pattern. Signed-off-by: Frank Rowand --- drivers/of/resolver.c | 10 +-