Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 345e3123 authored by Michele Curti's avatar Michele Curti Committed by Vinod Koul
Browse files

drivers/dma/pch_dma: declare pch_dma_id_table as static



pch_dma_id_table is used in pch_dma.c only, so declare
it as static

Signed-off-by: default avatarMichele Curti <michele.curti@gmail.com>
Signed-off-by: default avatarVinod Koul <vinod.koul@intel.com>
parent 39375334
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -997,7 +997,7 @@ static void pch_dma_remove(struct pci_dev *pdev)
#define PCI_DEVICE_ID_ML7831_DMA1_8CH	0x8810
#define PCI_DEVICE_ID_ML7831_DMA2_4CH	0x8815

const struct pci_device_id pch_dma_id_table[] = {
static const struct pci_device_id pch_dma_id_table[] = {
	{ PCI_VDEVICE(INTEL, PCI_DEVICE_ID_EG20T_PCH_DMA_8CH), 8 },
	{ PCI_VDEVICE(INTEL, PCI_DEVICE_ID_EG20T_PCH_DMA_4CH), 4 },
	{ PCI_VDEVICE(ROHM, PCI_DEVICE_ID_ML7213_DMA1_8CH), 8}, /* UART Video */