From: Hauke Mehrtens Date: Sat, 25 Jul 2015 19:10:27 +0000 (+0200) Subject: bcma: fix build error when build as module X-Git-Tag: omap-for-v4.3/fixes-rc1~110^2~246^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=92ff7a698badec3938edd3ba6b3e3ae035555365;p=pandora-kernel.git bcma: fix build error when build as module Currently of_default_bus_match_table is not exported so we can only use this feature when bcma is build into the kernel. This patch removes support for child buses when bcma is build as a module as a temporary fix for a build problem introduces in this commit: commit cae761b5a6bdc597ba476a040fdcd5b4bc559b85 Author: Rafał Miłecki Date: Sun Jun 28 17:17:13 2015 +0200 bcma: populate bus DT subnodes as platform_device-s Reported-by: Stephen Rothwell Fixes: cae761b5a6bd ("bcma: populate bus DT subnodes as platform_device-s") Signed-off-by: Hauke Mehrtens Signed-off-by: Kalle Valo --- Reading git-diff-tree failed