From: Hauke Mehrtens Date: Sun, 2 Aug 2015 17:44:43 +0000 (+0200) Subject: of/platform: add function to populate default bus X-Git-Tag: omap-for-v4.3/fixes-rc1~122^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=43443ad692cf1d41a90cac2ed7066a10cd67a9c6;p=pandora-kernel.git of/platform: add function to populate default bus When a default bus like the simple-bus should be used someone had to call of_platform_populate() with the default match table. This match table was not exported, so it is impossible for code build as a module to use this. Instead of exporting of_default_bus_match_table, add a new function which uses this default match table and populates the bus. Signed-off-by: Hauke Mehrtens Signed-off-by: Rob Herring --- Reading git-diff-tree failed