[PATCH 2/3] firewire: ohci: remove unused wrapper macro for dev_info()

Takashi Sakamoto posted 3 patches 1 year, 5 months ago
[PATCH 2/3] firewire: ohci: remove unused wrapper macro for dev_info()
Posted by Takashi Sakamoto 1 year, 5 months ago
The ohci_info() macro is a thin wrapper of dev_info(), while it is never
used.

Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
---
 drivers/firewire/ohci.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/firewire/ohci.c b/drivers/firewire/ohci.c
index 198c96d75155..979f1e1f2d16 100644
--- a/drivers/firewire/ohci.c
+++ b/drivers/firewire/ohci.c
@@ -50,7 +50,6 @@ static u32 cond_le32_to_cpu(__le32 value, bool has_be_header_quirk);
 #define CREATE_TRACE_POINTS
 #include <trace/events/firewire_ohci.h>
 
-#define ohci_info(ohci, f, args...)	dev_info(ohci->card.device, f, ##args)
 #define ohci_notice(ohci, f, args...)	dev_notice(ohci->card.device, f, ##args)
 #define ohci_err(ohci, f, args...)	dev_err(ohci->card.device, f, ##args)
 
-- 
2.43.0