commit | 15b6dcba427d70e61667c28b45e3f090ff00acb1 | [log] [tgz] |
---|---|---|
author | Gabor Juhos <juhosg@openwrt.org> | Sat Feb 02 13:36:48 2013 +0000 |
committer | John Crispin <blogic@openwrt.org> | Sun Feb 17 01:25:37 2013 +0100 |
tree | 45a34b19566458f62211c79e3e9da432f25e7978 | |
parent | 222831787704c9ad9215f6b56f975b233968607c [diff] |
MIPS: add dummy pci_load_of_ranges The pci_load_of_ranges function is only available if CONFIG_OF is selected. If the function is used without CONFIG_OF being enabled it will cause a build error. Add a dummy inline function to avoid this. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> Patchwork: http://patchwork.linux-mips.org/patch/4911/ Signed-off-by: John Crispin <blogic@openwrt.org>