Message ID | 20140806183328.GA5409@roeck-us.net (mailing list archive) |
---|---|
State | Rejected |
Headers | show |
diff --git a/drivers/spi/spi-omap-100k.c b/drivers/spi/spi-omap-100k.c index 5e91858..f72ddfc 100644 --- a/drivers/spi/spi-omap-100k.c +++ b/drivers/spi/spi-omap-100k.c @@ -70,8 +70,8 @@ #define SPI_STATUS_WE (1UL << 1) #define SPI_STATUS_RD (1UL << 0) -#define WRITE 0 -#define READ 1 +#undef WRITE +#undef READ [ just to make sure that no existing defines are used instead of the new ones ]