watchdog: dw: remove useless pr_fmt
authorJisheng Zhang <Jisheng.Zhang@synaptics.com>
Fri, 25 Jan 2019 07:57:52 +0000 (07:57 +0000)
committerWim Van Sebroeck <wim@linux-watchdog.org>
Sat, 2 Mar 2019 14:28:18 +0000 (15:28 +0100)
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>
drivers/watchdog/dw_wdt.c

index 501aebb5b81f65cb92edb0f9fc5a33745c2a65b1..aa95f57cc1c316c64b3325259bcf12efcf3f1743 100644 (file)
@@ -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>