]> nv-tegra.nvidia Code Review - linux-2.6.git/blobdiff - drivers/spi/spidev.c
spidev: use DECLARE_BITMAP instead of declaring the array
[linux-2.6.git] / drivers / spi / spidev.c
index f8279e783617fc76aadce1b9f3001ac4eeccfc9d..cb7147e0a573989fa2f1d1a73155eb808aece66c 100644 (file)
@@ -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