Linux Kernel
3.7.1
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
Pages
arch
c6x
platforms
platform.c
Go to the documentation of this file.
1
/*
2
* Copyright 2011 Texas Instruments Incorporated
3
*
4
* This file is licensed under the terms of the GNU General Public License
5
* version 2. This program is licensed "as is" without any warranty of any
6
* kind, whether express or implied.
7
*/
8
9
#include <
linux/init.h
>
10
#include <
linux/of_platform.h
>
11
12
static
int
__init
c6x_device_probe(
void
)
13
{
14
of_platform_populate(
NULL
,
of_default_bus_match_table
,
NULL
,
NULL
);
15
return
0;
16
}
17
core_initcall
(c6x_device_probe);
Generated on Thu Jan 10 2013 13:04:54 for Linux Kernel by
1.8.2