diff --git a/drivers/base/power/opp/core.c b/drivers/base/power/opp/core.c index a731fa66e5043660f56f48481c17ce23b618d6e8..60ae6f0294999f5004c85cd2aa591cb7fbf03e92 100644 --- a/drivers/base/power/opp/core.c +++ b/drivers/base/power/opp/core.c @@ -11,6 +11,8 @@ * published by the Free Software Foundation. */ +#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt + #include #include #include diff --git a/drivers/base/power/opp/cpu.c b/drivers/base/power/opp/cpu.c index 7654c5606307f7e3d71903385964e3af9a71caea..c27a1cdffec9dd00762fa5557628705dfe6d83b0 100644 --- a/drivers/base/power/opp/cpu.c +++ b/drivers/base/power/opp/cpu.c @@ -10,6 +10,9 @@ * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. */ + +#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt + #include #include #include