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 3c381fb8f9c..3475e600011 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,  	writel(value, core->io_wrap + offset);  } -const struct bcma_host_ops bcma_host_soc_ops = { +static const struct bcma_host_ops bcma_host_soc_ops = {  	.read8		= bcma_host_soc_read8,  	.read16		= bcma_host_soc_read16,  	.read32		= bcma_host_soc_read32,  |