diff options
Diffstat (limited to 'drivers/sh/pfc/gpio.c')
-rw-r--r-- | drivers/sh/pfc/gpio.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/sh/pfc/gpio.c b/drivers/sh/pfc/gpio.c index d8b0c74a950d..a32ea8083b91 100644 --- a/drivers/sh/pfc/gpio.c +++ b/drivers/sh/pfc/gpio.c | |||
@@ -8,7 +8,8 @@ | |||
8 | * License. See the file "COPYING" in the main directory of this archive | 8 | * License. See the file "COPYING" in the main directory of this archive |
9 | * for more details. | 9 | * for more details. |
10 | */ | 10 | */ |
11 | #define pr_fmt(fmt) "sh_pfc " KBUILD_MODNAME ": " fmt | 11 | |
12 | #define pr_fmt(fmt) KBUILD_MODNAME " gpio: " fmt | ||
12 | 13 | ||
13 | #include <linux/init.h> | 14 | #include <linux/init.h> |
14 | #include <linux/gpio.h> | 15 | #include <linux/gpio.h> |