diff mbox series

[v2,10/12] NFC: nxp-nci: Remove unused macro pr_fmt()

Message ID 20190513104358.59716-11-andriy.shevchenko@linux.intel.com (mailing list archive)
State Deferred
Delegated to: Samuel Ortiz
Headers show
Series NFC: nxp-nci: clean up and support new ID | expand

Commit Message

Andy Shevchenko May 13, 2019, 10:43 a.m. UTC
The macro had never been used.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
---
 drivers/nfc/nxp-nci/i2c.c | 2 --
 1 file changed, 2 deletions(-)
diff mbox series

Patch

diff --git a/drivers/nfc/nxp-nci/i2c.c b/drivers/nfc/nxp-nci/i2c.c
index 6114787e13a3..703f4c8fa751 100644
--- a/drivers/nfc/nxp-nci/i2c.c
+++ b/drivers/nfc/nxp-nci/i2c.c
@@ -23,8 +23,6 @@ 
  * along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
-#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
-
 #include <linux/acpi.h>
 #include <linux/delay.h>
 #include <linux/i2c.h>