powerpc/83xx: fix checkpatch warnings for km83xx.c
authorHolger Brunck <holger.brunck@keymile.com>
Fri, 7 Dec 2012 15:09:13 +0000 (16:09 +0100)
committerKumar Gala <galak@kernel.crashing.org>
Wed, 13 Feb 2013 13:49:05 +0000 (07:49 -0600)
Signed-off-by: Holger Brunck <holger.brunck@keymile.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
arch/powerpc/platforms/83xx/km83xx.c

index 89923d72334980ddc74e81561426ae24aeae5351..cb6460cd96e9ab6c044996c4f009f6283f2af98d 100644 (file)
@@ -28,8 +28,8 @@
 #include <linux/of_device.h>
 
 #include <linux/atomic.h>
-#include <asm/time.h>
-#include <asm/io.h>
+#include <linux/time.h>
+#include <linux/io.h>
 #include <asm/machdep.h>
 #include <asm/ipic.h>
 #include <asm/irq.h>
@@ -88,15 +88,13 @@ static void __init mpc83xx_km_setup_arch(void)
 
                np_par = of_find_node_by_name(NULL, "par_io");
                if (np_par == NULL) {
-                       printk(KERN_WARNING "%s couldn;t find par_io node\n",
-                               __func__);
+                       pr_warn("%s couldn;t find par_io node\n", __func__);
                        return;
                }
                /* Map Parallel I/O ports registers */
                ret = of_address_to_resource(np_par, 0, &res);
                if (ret) {
-                       printk(KERN_WARNING "%s couldn;t map par_io registers\n",
-                               __func__);
+                       pr_warn("%s couldn;t map par_io registers\n", __func__);
                        return;
                }