cregit-Linux how code gets into the kernel

Release 4.7 arch/c6x/platforms/platform.c

/*
 * Copyright 2011 Texas Instruments Incorporated
 *
 * This file is licensed under the terms of the GNU General Public License
 * version 2. This program is licensed "as is" without any warranty of any
 * kind, whether express or implied.
 */

#include <linux/init.h>
#include <linux/of_platform.h>


static int __init c6x_device_probe(void) { of_platform_populate(NULL, of_default_bus_match_table, NULL, NULL); return 0; }

Contributors

PersonTokensPropCommitsCommitProp
mark saltermark salter23100.00%1100.00%
Total23100.00%1100.00%

core_initcall(c6x_device_probe);

Overall Contributors

PersonTokensPropCommitsCommitProp
mark saltermark salter35100.00%1100.00%
Total35100.00%1100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
{% endraw %}