commit | 3f23de10f283819bcdc0d2282e8b5b14c2e96d3b | [log] [tgz] |
---|---|---|
author | Stephen Rothwell <sfr@canb.auug.org.au> | Thu May 03 02:38:57 2007 +1000 |
committer | Stephen Rothwell <sfr@canb.auug.org.au> | Fri Jul 20 14:25:51 2007 +1000 |
tree | 49c64fc622953e4ffc3af665bdc380fd37079e14 | |
parent | b41912ca345e6de8ec8469d57cd585881271e2b9 [diff] [blame] |
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>
diff --git a/drivers/of/Makefile b/drivers/of/Makefile index c46d998..ab9be5d 100644 --- a/drivers/of/Makefile +++ b/drivers/of/Makefile
@@ -1,2 +1,2 @@ obj-y = base.o -obj-$(CONFIG_OF_DEVICE) += device.o +obj-$(CONFIG_OF_DEVICE) += device.o platform.o