spi: omap-100k: Remove unused MOD_REG_BIT macro

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
This commit is contained in:
Axel Lin 2014-02-08 22:46:02 +08:00 committed by Mark Brown
parent 38dbfb59d1
commit d655bbbd5b

View File

@ -99,13 +99,6 @@ struct omap1_spi100k_cs {
int word_len;
};
#define MOD_REG_BIT(val, mask, set) do { \
if (set) \
val |= mask; \
else \
val &= ~mask; \
} while (0)
static void spi100k_enable_clock(struct spi_master *master)
{
unsigned int val;