Name

spi_unregister_device — unregister a single SPI device

Synopsis

void spi_unregister_device (struct spi_device * spi);
 

Arguments

spi

spi_device to unregister

Description

Start making the passed SPI device vanish. Normally this would be handled by spi_unregister_master.