Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

V4L/DVB (3318a): Makes Some symbols static.

Some symbols at cx88-alsa were global. Making those static.

Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>

+3 -3
+3 -3
drivers/media/video/cx88/cx88-alsa.c
··· 128 128 * BOARD Specific: Sets audio DMA 129 129 */ 130 130 131 - int _cx88_start_audio_dma(snd_cx88_card_t *chip) 131 + static int _cx88_start_audio_dma(snd_cx88_card_t *chip) 132 132 { 133 133 struct cx88_buffer *buf = chip->buf; 134 134 struct cx88_core *core=chip->core; ··· 173 173 /* 174 174 * BOARD Specific: Resets audio DMA 175 175 */ 176 - int _cx88_stop_audio_dma(snd_cx88_card_t *chip) 176 + static int _cx88_stop_audio_dma(snd_cx88_card_t *chip) 177 177 { 178 178 struct cx88_core *core=chip->core; 179 179 dprintk(1, "Stopping audio DMA\n"); ··· 613 613 * Only boards with eeprom and byte 1 at eeprom=1 have it 614 614 */ 615 615 616 - struct pci_device_id cx88_audio_pci_tbl[] = { 616 + static struct pci_device_id cx88_audio_pci_tbl[] = { 617 617 {0x14f1,0x8801,PCI_ANY_ID,PCI_ANY_ID,0,0,0}, 618 618 {0x14f1,0x8811,PCI_ANY_ID,PCI_ANY_ID,0,0,0}, 619 619 {0, }