Exemplo n.º 1
0
void __init omap44xx_map_common_io(void)
{
	iotable_init(omap44xx_io_desc, ARRAY_SIZE(omap44xx_io_desc));
	_omap2_map_common_io();
}
Exemplo n.º 2
0
void __init ti81xx_map_common_io()
{
	iotable_init(ti81xx_io_desc, ARRAY_SIZE(ti81xx_io_desc));
	_omap2_map_common_io();
}