Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 14e70bfd authored by Samuel Iglesias Gonsalvez's avatar Samuel Iglesias Gonsalvez Committed by Greg Kroah-Hartman
Browse files

Staging: ipack: remove pr_fmt definition.



As there is no pr_* function used here, pr_fmt is not needed.

Signed-off-by: default avatarSamuel Iglesias Gonsalvez <siglesias@igalia.com>
Acked-by: default avatarDan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 925aa660
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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>