void amba_device_put()

in bus.c [650:653]


void amba_device_put(struct amba_device *dev)
{
	put_device(&dev->dev);
}