watchdog: s3c2410: Add prefix to local function
authorKrzysztof Kozlowski <krzk@kernel.org>
Fri, 24 Feb 2017 21:07:43 +0000 (23:07 +0200)
committerGuenter Roeck <linux@roeck-us.net>
Fri, 24 Feb 2017 22:00:23 +0000 (14:00 -0800)
commit607ea9c448570ecda9e8dc70e19463abedf08d96
treed94c244ceb18e6921f5eec4c57b825f3ef6e2159
parente072613d57e5bbc8283de5cc8d9790fcea468500
watchdog: s3c2410: Add prefix to local function

Functions marked static inline might not be inlined so a driver-specific
prefix for function name helps when looking through call backtrace.

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/watchdog/s3c2410_wdt.c