Home
last modified time | relevance | path

Searched refs:appldata_pdev (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/arch/s390/appldata/
Dappldata_base.c47 static struct platform_device *appldata_pdev; variable
509 appldata_pdev = platform_device_register_simple("appldata", -1, NULL, in appldata_init()
511 if (IS_ERR(appldata_pdev)) { in appldata_init()
512 rc = PTR_ERR(appldata_pdev); in appldata_init()
525 platform_device_unregister(appldata_pdev); in appldata_init()