Loading drivers/sh/pfc/core.c +1 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ * License. See the file "COPYING" in the main directory of this archive * for more details. */ #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt #define pr_fmt(fmt) "sh_pfc " KBUILD_MODNAME ": " fmt #include <linux/errno.h> #include <linux/kernel.h> Loading drivers/sh/pfc/gpio.c +1 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ * License. See the file "COPYING" in the main directory of this archive * for more details. */ #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt #define pr_fmt(fmt) "sh_pfc " KBUILD_MODNAME ": " fmt #include <linux/init.h> #include <linux/gpio.h> Loading drivers/sh/pfc/pinctrl.c +1 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ * License. See the file "COPYING" in the main directory of this archive * for more details. */ #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt #define pr_fmt(fmt) "sh_pfc " KBUILD_MODNAME ": " fmt #include <linux/init.h> #include <linux/module.h> Loading Loading
drivers/sh/pfc/core.c +1 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ * License. See the file "COPYING" in the main directory of this archive * for more details. */ #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt #define pr_fmt(fmt) "sh_pfc " KBUILD_MODNAME ": " fmt #include <linux/errno.h> #include <linux/kernel.h> Loading
drivers/sh/pfc/gpio.c +1 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ * License. See the file "COPYING" in the main directory of this archive * for more details. */ #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt #define pr_fmt(fmt) "sh_pfc " KBUILD_MODNAME ": " fmt #include <linux/init.h> #include <linux/gpio.h> Loading
drivers/sh/pfc/pinctrl.c +1 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ * License. See the file "COPYING" in the main directory of this archive * for more details. */ #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt #define pr_fmt(fmt) "sh_pfc " KBUILD_MODNAME ": " fmt #include <linux/init.h> #include <linux/module.h> Loading