diff --git a/drivers/spi/spidev.c b/drivers/spi/spidev.c index f8279e783617fc76aadce1b9f3001ac4eeccfc9d..cb7147e0a573989fa2f1d1a73155eb808aece66c 100644 --- a/drivers/spi/spidev.c +++ b/drivers/spi/spidev.c @@ -54,7 +54,7 @@ #define SPIDEV_MAJOR 153 /* assigned */ #define N_SPI_MINORS 32 /* ... up to 256 */ -static unsigned long minors[N_SPI_MINORS / BITS_PER_LONG]; +static DECLARE_BITMAP(minors, N_SPI_MINORS); /* Bit masks for spi_device.mode management. Note that incorrect