Searched refs:appldata_pdev (Results 1 – 1 of 1) sorted by relevance
45 static struct platform_device *appldata_pdev; variable539 appldata_pdev = platform_device_register_simple("appldata", -1, NULL, in appldata_init()541 if (IS_ERR(appldata_pdev)) { in appldata_init()542 rc = PTR_ERR(appldata_pdev); in appldata_init()555 platform_device_unregister(appldata_pdev); in appldata_init()