Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 81255
b: refs/heads/master
c: 0173d42
h: refs/heads/master
i:
  81253: 8a6382c
  81251: 75a08a5
  81247: f9b6b02
v: v3
  • Loading branch information
Jon Loeliger authored and Paul Mackerras committed Jan 17, 2008
1 parent bb5fb69 commit 9e16bce
Show file tree
Hide file tree
Showing 4 changed files with 5 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: 0a4690cf751db6adb28b9275a6ecbaa6549a9ea8
refs/heads/master: 0173d422aa32fa1e5141f1759202b955215c1da2
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/kernel/of_device.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
#include <linux/module.h>
#include <linux/mod_devicetable.h>
#include <linux/slab.h>
#include <linux/of_device.h>

#include <asm/errno.h>
#include <asm/dcr.h>
#include <asm/of_device.h>

static void of_device_make_bus_id(struct of_device *dev)
{
Expand Down
3 changes: 2 additions & 1 deletion trunk/arch/powerpc/platforms/44x/rainier.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,13 @@
* option) any later version.
*/
#include <linux/init.h>
#include <linux/of_platform.h>

#include <asm/machdep.h>
#include <asm/prom.h>
#include <asm/udbg.h>
#include <asm/time.h>
#include <asm/uic.h>
#include <asm/of_platform.h>
#include <asm/pci-bridge.h>
#include "44x.h"

Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/platforms/maple/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
#include <linux/serial.h>
#include <linux/smp.h>
#include <linux/bitops.h>
#include <linux/of_device.h>

#include <asm/processor.h>
#include <asm/sections.h>
Expand All @@ -56,7 +57,6 @@
#include <asm/dma.h>
#include <asm/cputable.h>
#include <asm/time.h>
#include <asm/of_device.h>
#include <asm/lmb.h>
#include <asm/mpic.h>
#include <asm/rtas.h>
Expand Down

0 comments on commit 9e16bce

Please sign in to comment.