Grant Likely 596c955c12 drivers/of: fix build error when CONFIG_PPC_DCR is set
Commit 94c0931983ee9d1cd96c32d52ac64c17464f0bbd (of:
Merge of_device_alloc() and of_device_make_bus_id()) moved code that
does calls a dcr routine without including the correct header which
causes the following build error on some powerpc configurations:

drivers/of/platform.c: In function 'of_device_make_bus_id':
drivers/of/platform.c:437: error: implicit declaration of function 'of_translate_dcr_address'

This patch adds the appropriate header to drivers/of/platform.c

Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
2010-07-14 23:51:43 -06:00
..
2010-07-05 16:14:44 -06:00
2010-07-05 16:46:43 -06:00
2010-07-05 16:14:26 -06:00
2010-07-05 16:14:52 -06:00