void amba_device_unregister()

in bus.c [667:670]


void amba_device_unregister(struct amba_device *dev)
{
	device_unregister(&dev->dev);
}