aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/spi/spi-omap-100k.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/spi/spi-omap-100k.c b/drivers/spi/spi-omap-100k.c
index 0d32054bfc0d..657184a4644c 100644
--- a/drivers/spi/spi-omap-100k.c
+++ b/drivers/spi/spi-omap-100k.c
@@ -99,13 +99,6 @@ struct omap1_spi100k_cs {
99 int word_len; 99 int word_len;
100}; 100};
101 101
102#define MOD_REG_BIT(val, mask, set) do { \
103 if (set) \
104 val |= mask; \
105 else \
106 val &= ~mask; \
107} while (0)
108
109static void spi100k_enable_clock(struct spi_master *master) 102static void spi100k_enable_clock(struct spi_master *master)
110{ 103{
111 unsigned int val; 104 unsigned int val;