From: Felipe Balbi Date: Mon, 19 Nov 2007 01:45:28 +0000 (+0200) Subject: I2C: TWL4030: Remove unneded pr_err define X-Git-Tag: v2.6.24-omap1~184 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=d08ab22cbc281899116a380eba1a9d4b4ee0d9e7;p=linux-2.6-omap-h63xx.git 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 --- 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