Commit 58002c29 authored by Rusty Russell's avatar Rusty Russell Committed by Linus Torvalds

[PATCH] namespace pollution in skfddi driver

From:  Arnd Bergmann <arnd@bergmann-dalldorf.de>

  The skfp driver has a global function named 'set_int'. This makes
  it static to avoid namespace pollution.
parent f058d51c
......@@ -390,7 +390,7 @@ struct s_smc *smc ;
outpw(FM_A(FM_TREQ0),(unsigned)t_requ) ;
}
void set_int(p,l)
static void set_int(p,l)
char *p;
int l;
{
......
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