diff options
Diffstat (limited to 'drivers/bcma/host_soc.c')
-rw-r--r-- | drivers/bcma/host_soc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/bcma/host_soc.c b/drivers/bcma/host_soc.c index 3c381fb8f9c4..3475e600011a 100644 --- a/drivers/bcma/host_soc.c +++ b/drivers/bcma/host_soc.c | |||
@@ -143,7 +143,7 @@ static void bcma_host_soc_awrite32(struct bcma_device *core, u16 offset, | |||
143 | writel(value, core->io_wrap + offset); | 143 | writel(value, core->io_wrap + offset); |
144 | } | 144 | } |
145 | 145 | ||
146 | const struct bcma_host_ops bcma_host_soc_ops = { | 146 | static const struct bcma_host_ops bcma_host_soc_ops = { |
147 | .read8 = bcma_host_soc_read8, | 147 | .read8 = bcma_host_soc_read8, |
148 | .read16 = bcma_host_soc_read16, | 148 | .read16 = bcma_host_soc_read16, |
149 | .read32 = bcma_host_soc_read32, | 149 | .read32 = bcma_host_soc_read32, |