Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 356448
b: refs/heads/master
c: 3c00433
h: refs/heads/master
v: v3
  • Loading branch information
Holger Brunck authored and Kumar Gala committed Feb 13, 2013
1 parent c601f99 commit 780fd0b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 14bdc9132eca0c77cb19e26f4d73328434170de7
refs/heads/master: 3c00433b7637fdffb0e3fabdf2f08e55b2de594d
6 changes: 3 additions & 3 deletions trunk/arch/powerpc/platforms/82xx/km82xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
#include <linux/fsl_devices.h>
#include <linux/of_platform.h>

#include <asm/io.h>
#include <linux/io.h>
#include <asm/cpm2.h>
#include <asm/udbg.h>
#include <asm/machdep.h>
#include <asm/time.h>
#include <linux/time.h>
#include <asm/mpc8260.h>
#include <asm/prom.h>

Expand All @@ -36,7 +36,7 @@ static void __init km82xx_pic_init(void)
struct device_node *np = of_find_compatible_node(NULL, NULL,
"fsl,pq2-pic");
if (!np) {
printk(KERN_ERR "PIC init: can not find cpm-pic node\n");
pr_err("PIC init: can not find cpm-pic node\n");
return;
}

Expand Down

0 comments on commit 780fd0b

Please sign in to comment.