Exemple #1
0
static int hdmi_remove(struct platform_device *pdev)
{
    __inf("hdmi_remove call\n");

    Hdmi_exit();

    return 0;
}
Exemple #2
0
static int hdmi_remove(struct platform_device *pdev)
{
    __inf("hdmi_remove call\n");

    Hdmi_exit();

    iounmap(ghdmi.io);

    release_resource(ghdmi.mem);
    kfree(ghdmi.mem);

    return 0;
}