Searched refs:a72_pdev (Results 1 – 1 of 1) sorted by relevance
184 static struct platform_device *a72_pdev; variable205 a72_pdev = platform_device_register_simple(DRVNAME, -1, NULL, 0); in a72_edac_driver_init()206 if (IS_ERR(a72_pdev)) { in a72_edac_driver_init()208 return PTR_ERR(a72_pdev); in a72_edac_driver_init()216 platform_device_unregister(a72_pdev); in a72_edac_driver_exit()