commit | 9566042ef84fd2a282d00d3163074ec9b3f93a70 | [log] [tgz] |
---|---|---|
author | Andi Kleen <ak@linux.intel.com> | Fri Sep 16 09:09:50 2011 +0000 |
committer | David S. Miller <davem@davemloft.net> | Fri Sep 16 19:17:09 2011 -0400 |
tree | aebab15b78e7024967f12979ecdd40539a6a7094 | |
parent | aa1c366e4febc7f5c2b84958a2dd7cd70e28f9d0 [diff] |
IRDA: Fix global type conflicts in net/irda/irsysctl.c v2 The externs here didn't agree with the declarations in qos.c. Better would be probably to move this into a header, but since it's common practice to have naked externs with sysctls I left it for now. Cc: samuel@sortiz.org Signed-off-by: Andi Kleen <ak@linux.intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>