Create drivers/of/platform.c

and populate it with the common parts from PowerPC and Sparc[64].

Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Acked-by: Paul Mackerras <paulus@samba.org>
Acked-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Stephen Rothwell
2007-05-03 02:38:57 +10:00
parent b41912ca34
commit 3f23de10f2
6 changed files with 120 additions and 287 deletions
+1 -1
View File
@@ -1,2 +1,2 @@
obj-y = base.o
obj-$(CONFIG_OF_DEVICE) += device.o
obj-$(CONFIG_OF_DEVICE) += device.o platform.o