static int siox_gpio_remove()

in siox-bus-gpio.c [146:153]


static int siox_gpio_remove(struct platform_device *pdev)
{
	struct siox_master *master = platform_get_drvdata(pdev);

	siox_master_unregister(master);

	return 0;
}