diff options
Diffstat (limited to 'drivers/cpufreq/s3c24xx-cpufreq-debugfs.c')
-rw-r--r-- | drivers/cpufreq/s3c24xx-cpufreq-debugfs.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/cpufreq/s3c24xx-cpufreq-debugfs.c b/drivers/cpufreq/s3c24xx-cpufreq-debugfs.c index 8182608aeac1..4d976e8dbb2f 100644 --- a/drivers/cpufreq/s3c24xx-cpufreq-debugfs.c +++ b/drivers/cpufreq/s3c24xx-cpufreq-debugfs.c @@ -10,6 +10,8 @@ * published by the Free Software Foundation. */ +#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt + #include <linux/init.h> #include <linux/export.h> #include <linux/interrupt.h> |