]> pilppa.com Git - linux-2.6-omap-h63xx.git/commitdiff
I2C: TWL4030: Remove unneded pr_err define
authorFelipe Balbi <felipe.lima@indt.org.br>
Mon, 19 Nov 2007 01:45:28 +0000 (03:45 +0200)
committerTony Lindgren <tony@atomide.com>
Fri, 23 Nov 2007 21:01:37 +0000 (13:01 -0800)
pr_err definition was moved to include/linux/kernel.h
it's unecessary keeping that in twl4030_core.c

Signed-off-by: Felipe Balbi <felipe.lima@indt.org.br>
Signed-off-by: Tony Lindgren <tony@atomide.com>
drivers/i2c/chips/twl4030_core.c

index 991ebf40bd5ecc5fc3c4c98949f604f7afe34fc7..5b77d9984d5f9865e04537c2ef4459ada66fa580 100644 (file)
@@ -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