subsys_system_register
return subsys_system_register(&s3c6410_subsys, NULL);
subsys_system_register(&s3c64xx_subsys, NULL);
err = subsys_system_register(&txx9_sramc_subsys, NULL);
ret = subsys_system_register(&spu_subsys, NULL);
if ((rc = subsys_system_register(&cmm_subsys, NULL)))
if ((rc = subsys_system_register(&suspend_subsys, NULL)))
rc = subsys_system_register(&mpic_subsys, NULL);
return subsys_system_register(&stp_subsys, stp_dev_groups);
ret = subsys_system_register(&dma_subsys, NULL);
err = subsys_system_register(&mce_subsys, NULL);
EXPORT_SYMBOL_GPL(subsys_system_register);
ret = subsys_system_register(&container_subsys, NULL);
if (subsys_system_register(&cpu_subsys, cpu_root_attr_groups))
ret = subsys_system_register(&memory_subsys, memory_root_attr_groups);
ret = subsys_system_register(&node_subsys, cpu_root_attr_groups);
err = subsys_system_register(&edac_subsys, NULL);
ret = subsys_system_register(&rtl_subsys, NULL);
error = subsys_system_register(&intc_subsys, NULL);
ret = subsys_system_register(&xen_pcpu_subsys, NULL);
error = subsys_system_register(&balloon_subsys, NULL);
int subsys_system_register(const struct bus_type *subsys,
int err = subsys_system_register(&clockevents_subsys, NULL);
int error = subsys_system_register(&clocksource_subsys, NULL);