diff options
author | Vinod Koul <vinod.koul@intel.com> | 2016-07-16 17:40:34 +0300 |
---|---|---|
committer | Vinod Koul <vinod.koul@intel.com> | 2016-07-16 17:40:34 +0300 |
commit | b9fbc96d7c73c4b4ec0dab43cf582cf35bf62d1b (patch) | |
tree | 1e0b8b3b28bd8abd2f7b92fdd18020e4ea05b4b7 /drivers/dma | |
parent | ff581417a95011190d509aea38395b9fe817297d (diff) | |
parent | 0161df13250035e7599f3cce6039bd046b7647dc (diff) | |
download | linux-b9fbc96d7c73c4b4ec0dab43cf582cf35bf62d1b.tar.xz |
Merge branch 'topic/st' into for-linus
Diffstat (limited to 'drivers/dma')
-rw-r--r-- | drivers/dma/ste_dma40_ll.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dma/ste_dma40_ll.c b/drivers/dma/ste_dma40_ll.c index 27b818dee7c7..13b42dd9900c 100644 --- a/drivers/dma/ste_dma40_ll.c +++ b/drivers/dma/ste_dma40_ll.c @@ -10,7 +10,7 @@ #include "ste_dma40_ll.h" -u8 d40_width_to_bits(enum dma_slave_buswidth width) +static u8 d40_width_to_bits(enum dma_slave_buswidth width) { if (width == DMA_SLAVE_BUSWIDTH_1_BYTE) return STEDMA40_ESIZE_8_BIT; |