Searched refs:oprofile_pdev (Results 1 – 1 of 1) sorted by relevance
221 static struct platform_device *oprofile_pdev; variable231 oprofile_pdev = platform_device_register_simple( in init_driverfs()233 if (IS_ERR(oprofile_pdev)) { in init_driverfs()234 ret = PTR_ERR(oprofile_pdev); in init_driverfs()243 platform_device_unregister(oprofile_pdev); in exit_driverfs()