Просмотр исходного кода

Merge branch 'topic/st' into for-linus

Vinod Koul 9 лет назад
Родитель
Сommit
b9fbc96d7c
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      drivers/dma/ste_dma40_ll.c

+ 1 - 1
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;