spi_unregister_device(9) 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.

COPYRIGHT