aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/watchdog
diff options
context:
space:
mode:
authorJisheng Zhang <Jisheng.Zhang@synaptics.com>2019-01-25 07:57:52 +0000
committerWim Van Sebroeck <wim@linux-watchdog.org>2019-03-02 15:28:18 +0100
commitb6ce9c73941abd3e9791bf60f466ae7f7e090c30 (patch)
tree028bdd0e599ba52dcfc493577586042c471044f8 /drivers/watchdog
parentwatchdog: pika_wdt: drop pointless static qualifier in pikawdt_init (diff)
downloadwireguard-linux-b6ce9c73941abd3e9791bf60f466ae7f7e090c30.tar.xz
wireguard-linux-b6ce9c73941abd3e9791bf60f466ae7f7e090c30.zip
watchdog: dw: remove useless pr_fmt
When switch to watchdog infrastructure, pr_* usage is removed, so there's no any users of the pr_fmt, remove it. Signed-off-by: Jisheng Zhang <Jisheng.Zhang@synaptics.com> Reviewed-by: Guenter Roeck <linux@roeck-us.net> Signed-off-by: Guenter Roeck <linux@roeck-us.net> Signed-off-by: Wim Van Sebroeck <wim@linux-watchdog.org>
Diffstat (limited to 'drivers/watchdog')
-rw-r--r--drivers/watchdog/dw_wdt.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/watchdog/dw_wdt.c b/drivers/watchdog/dw_wdt.c
index 501aebb5b81f..aa95f57cc1c3 100644
--- a/drivers/watchdog/dw_wdt.c
+++ b/drivers/watchdog/dw_wdt.c
@@ -16,8 +16,6 @@
* heartbeat requests after the watchdog device has been closed.
*/
-#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
-
#include <linux/bitops.h>
#include <linux/clk.h>
#include <linux/delay.h>