pata_sil680: make sil680_sff_exec_command() 'static'

... since, of course, it's not used outside this driver.

Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>

authored by

Sergei Shtylyov and committed by
Jeff Garzik
ada5b12e 60039a52

+2 -2
+2 -2
drivers/ata/pata_sil680.c
··· 202 202 * LOCKING: 203 203 * spin_lock_irqsave(host lock) 204 204 */ 205 - void sil680_sff_exec_command(struct ata_port *ap, 206 - const struct ata_taskfile *tf) 205 + static void sil680_sff_exec_command(struct ata_port *ap, 206 + const struct ata_taskfile *tf) 207 207 { 208 208 DPRINTK("ata%u: cmd 0x%X\n", ap->print_id, tf->command); 209 209 iowrite8(tf->command, ap->ioaddr.command_addr);