aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlof Johansson <olof@lixom.net>2018-01-12 13:29:43 -0500
committerOlof Johansson <olof@lixom.net>2018-01-12 13:30:35 -0500
commitc90801664e0a7e80dfd502a4cef8452dc203ce1f (patch)
treedcc3a3b7510d902c71a21d2dd7cd9ac447d308b2
parentc9f6603662a1a6a3a2613c09632f5b9497f6e6a4 (diff)
Revert "soc: brcmstb: Only register SoC device on STB platforms"
This reverts commit 23a0d847992997000ca2223a19111ee778fbea63. Patch has issues that's being addressed by the Florian and he will follow up with a new patch to address the original issue. Signed-off-by: Olof Johansson <olof@lixom.net>
-rw-r--r--drivers/soc/bcm/brcmstb/common.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/soc/bcm/brcmstb/common.c b/drivers/soc/bcm/brcmstb/common.c
index 4fe1cb73b39a..781ada62d0a3 100644
--- a/drivers/soc/bcm/brcmstb/common.c
+++ b/drivers/soc/bcm/brcmstb/common.c
@@ -89,13 +89,8 @@ early_initcall(brcmstb_soc_device_early_init);
89static int __init brcmstb_soc_device_init(void) 89static int __init brcmstb_soc_device_init(void)
90{ 90{
91 struct soc_device_attribute *soc_dev_attr; 91 struct soc_device_attribute *soc_dev_attr;
92 struct device_node *sun_top_ctrl;
93 struct soc_device *soc_dev; 92 struct soc_device *soc_dev;
94 93
95 sun_top_ctrl = of_find_matching_node(NULL, sun_top_ctrl_match);
96 if (!sun_top_ctrl)
97 return -ENODEV;
98
99 soc_dev_attr = kzalloc(sizeof(*soc_dev_attr), GFP_KERNEL); 94 soc_dev_attr = kzalloc(sizeof(*soc_dev_attr), GFP_KERNEL);
100 if (!soc_dev_attr) 95 if (!soc_dev_attr)
101 return -ENOMEM; 96 return -ENOMEM;