Exemplo n.º 1
0
static void omap_mmc_ldm_device_register(void)
{
   extern void mpu_public_device_register(struct device *device);

   mpu_public_device_register(&omap_mmc_device_ldm);
}
Exemplo n.º 2
0
static void
bi_udc_ldm_device_register(void)
{
	extern void mpu_public_device_register(struct device *device);
	mpu_public_device_register(&bi_udc_device_ldm);
}