X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=include%2Flinux%2Fspi%2Fspi_bitbang.h;h=b8db32cea1de535c4762abd9feabc82db8384381;hb=aab0de245150c09e61c30962feb16aacde508dc3;hp=2e8c048b9b80f9bf539c96a7dcf12a5d86bad27f;hpb=6f8c480f998a619082f18407f8d7f4c29e94dc6e;p=linux-2.6-omap-h63xx.git diff --git a/include/linux/spi/spi_bitbang.h b/include/linux/spi/spi_bitbang.h index 2e8c048b9b8..b8db32cea1d 100644 --- a/include/linux/spi/spi_bitbang.h +++ b/include/linux/spi/spi_bitbang.h @@ -25,8 +25,8 @@ struct spi_bitbang { spinlock_t lock; struct list_head queue; u8 busy; - u8 shutdown; u8 use_dma; + u8 flags; /* extra spi->mode support */ struct spi_master *master;