Commit fe6005b8 authored by Sergei Shtylyov's avatar Sergei Shtylyov Committed by Jeff Garzik

pata_scc: make scc_wait_after_reset() static

... since, of course, it's not used outside this driver.
Signed-off-by: default avatarSergei Shtylyov <sshtylyov@ru.mvista.com>
Signed-off-by: default avatarJeff Garzik <jgarzik@redhat.com>
parent 9990b6f3
......@@ -501,8 +501,8 @@ static unsigned int scc_devchk (struct ata_port *ap,
* Note: Original code is ata_sff_wait_after_reset
*/
int scc_wait_after_reset(struct ata_link *link, unsigned int devmask,
unsigned long deadline)
static int scc_wait_after_reset(struct ata_link *link, unsigned int devmask,
unsigned long deadline)
{
struct ata_port *ap = link->ap;
struct ata_ioports *ioaddr = &ap->ioaddr;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment