]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - arch/arm/mach-picoxcell/common.c
Merge tag 'lkdtm-v4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees...
[karo-tx-linux.git] / arch / arm / mach-picoxcell / common.c
index ec79fea8270405f8438420c9863fc9efb78f7086..4e3d6d5c82cddad9bf0edae3f51a09dbed960aea 100644 (file)
@@ -10,7 +10,6 @@
 #include <linux/delay.h>
 #include <linux/of.h>
 #include <linux/of_address.h>
-#include <linux/of_platform.h>
 #include <linux/reboot.h>
 
 #include <asm/mach/arch.h>
@@ -54,7 +53,6 @@ static void __init picoxcell_map_io(void)
 
 static void __init picoxcell_init_machine(void)
 {
-       of_platform_populate(NULL, of_default_bus_match_table, NULL, NULL);
        picoxcell_setup_restart();
 }