diff options
author | Andrew Lunn <andrew@lunn.ch> | 2012-10-20 07:23:16 -0400 |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2012-11-18 22:53:54 -0500 |
commit | 98adf932c0adc5e57257fe4230d89bda306a4037 (patch) | |
tree | cb7cb4a3b19a07e9e032570edc73b144e3cd6f31 /arch/arm/mach-kirkwood/common.c | |
parent | d1c925b22141b841060d8c1e3a9f9949a77cdc05 (diff) |
ARM: Kirkwood: checkpatch cleanups
Mostly printk to pr_{err|info} changes and a few strings split over
multiple lines are combined.
Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Diffstat (limited to 'arch/arm/mach-kirkwood/common.c')
-rw-r--r-- | arch/arm/mach-kirkwood/common.c | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/arch/arm/mach-kirkwood/common.c b/arch/arm/mach-kirkwood/common.c index 54e690dde9a0..f0fc25bd3ffe 100644 --- a/arch/arm/mach-kirkwood/common.c +++ b/arch/arm/mach-kirkwood/common.c | |||
@@ -18,10 +18,10 @@ | |||
18 | #include <linux/clk-provider.h> | 18 | #include <linux/clk-provider.h> |
19 | #include <linux/spinlock.h> | 19 | #include <linux/spinlock.h> |
20 | #include <linux/mv643xx_i2c.h> | 20 | #include <linux/mv643xx_i2c.h> |
21 | #include <linux/timex.h> | ||
22 | #include <linux/kexec.h> | ||
21 | #include <net/dsa.h> | 23 | #include <net/dsa.h> |
22 | #include <asm/page.h> | 24 | #include <asm/page.h> |
23 | #include <asm/timex.h> | ||
24 | #include <asm/kexec.h> | ||
25 | #include <asm/mach/map.h> | 25 | #include <asm/mach/map.h> |
26 | #include <asm/mach/time.h> | 26 | #include <asm/mach/time.h> |
27 | #include <mach/kirkwood.h> | 27 | #include <mach/kirkwood.h> |
@@ -646,8 +646,7 @@ void __init kirkwood_l2_init(void) | |||
646 | 646 | ||
647 | void __init kirkwood_init(void) | 647 | void __init kirkwood_init(void) |
648 | { | 648 | { |
649 | printk(KERN_INFO "Kirkwood: %s, TCLK=%d.\n", | 649 | pr_info("Kirkwood: %s, TCLK=%d.\n", kirkwood_id(), kirkwood_tclk); |
650 | kirkwood_id(), kirkwood_tclk); | ||
651 | 650 | ||
652 | /* | 651 | /* |
653 | * Disable propagation of mbus errors to the CPU local bus, | 652 | * Disable propagation of mbus errors to the CPU local bus, |
@@ -671,7 +670,7 @@ void __init kirkwood_init(void) | |||
671 | kirkwood_xor1_init(); | 670 | kirkwood_xor1_init(); |
672 | kirkwood_crypto_init(); | 671 | kirkwood_crypto_init(); |
673 | 672 | ||
674 | #ifdef CONFIG_KEXEC | 673 | #ifdef CONFIG_KEXEC |
675 | kexec_reinit = kirkwood_enable_pcie; | 674 | kexec_reinit = kirkwood_enable_pcie; |
676 | #endif | 675 | #endif |
677 | } | 676 | } |