From d08ab22cbc281899116a380eba1a9d4b4ee0d9e7 Mon Sep 17 00:00:00 2001 From: Felipe Balbi Date: Mon, 19 Nov 2007 03:45:28 +0200 Subject: [PATCH] I2C: TWL4030: Remove unneded pr_err define pr_err definition was moved to include/linux/kernel.h it's unecessary keeping that in twl4030_core.c Signed-off-by: Felipe Balbi Signed-off-by: Tony Lindgren --- drivers/i2c/chips/twl4030_core.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/i2c/chips/twl4030_core.c b/drivers/i2c/chips/twl4030_core.c index 991ebf40bd5..5b77d9984d5 100644 --- a/drivers/i2c/chips/twl4030_core.c +++ b/drivers/i2c/chips/twl4030_core.c @@ -51,8 +51,6 @@ #define DRIVER_NAME "twl4030" -#define pr_err(fmt, arg...) printk(KERN_ERR DRIVER_NAME ": " fmt, ##arg); - /**** Macro Definitions */ #define TWL_CLIENT_STRING "TWL4030-ID" #define TWL_CLIENT_USED 1 -- 2.41.1