gpio/ep93xx: fix pr_fmt output
[pandora-kernel.git] / drivers / gpio / gpio-ep93xx.c
index c33c9a8..3d427b9 100644 (file)
@@ -11,7 +11,7 @@
  *  published by the Free Software Foundation.
  */
 
-#define pr_fmt(fmt) "ep93xx " KBUILD_MODNAME ": " fmt
+#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
 
 #include <linux/init.h>
 #include <linux/module.h>