提交 c9080166 编写于 作者: O Olof Johansson

Revert "soc: brcmstb: Only register SoC device on STB platforms"

This reverts commit 23a0d847.

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: NOlof Johansson <olof@lixom.net>
上级 c9f66036
...@@ -89,13 +89,8 @@ early_initcall(brcmstb_soc_device_early_init); ...@@ -89,13 +89,8 @@ early_initcall(brcmstb_soc_device_early_init);
static int __init brcmstb_soc_device_init(void) static int __init brcmstb_soc_device_init(void)
{ {
struct soc_device_attribute *soc_dev_attr; struct soc_device_attribute *soc_dev_attr;
struct device_node *sun_top_ctrl;
struct soc_device *soc_dev; struct soc_device *soc_dev;
sun_top_ctrl = of_find_matching_node(NULL, sun_top_ctrl_match);
if (!sun_top_ctrl)
return -ENODEV;
soc_dev_attr = kzalloc(sizeof(*soc_dev_attr), GFP_KERNEL); soc_dev_attr = kzalloc(sizeof(*soc_dev_attr), GFP_KERNEL);
if (!soc_dev_attr) if (!soc_dev_attr)
return -ENOMEM; return -ENOMEM;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册