]> Pileus Git - ~andy/linux/commitdiff
Staging: ipack: remove pr_fmt definition.
authorSamuel Iglesias Gonsalvez <siglesias@igalia.com>
Mon, 11 Jun 2012 06:56:36 +0000 (08:56 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 12 Jun 2012 17:59:26 +0000 (10:59 -0700)
As there is no pr_* function used here, pr_fmt is not needed.

Signed-off-by: Samuel Iglesias Gonsalvez <siglesias@igalia.com>
Acked-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/ipack/ipack.c

index a1448e68fd7a43088c26eba1534270b094413686..c1cd97a4d9ce0ce8e12987bea089bb099a5ffd49 100644 (file)
@@ -9,8 +9,6 @@
  * Software Foundation; version 2 of the License.
  */
 
-#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
-
 #include <linux/module.h>
 #include <linux/slab.h>
 #include <linux/idr.h>