]> git.baikalelectronics.ru Git - kernel.git/commit
IRDA: Fix global type conflicts in net/irda/irsysctl.c v2
authorAndi Kleen <ak@linux.intel.com>
Fri, 16 Sep 2011 09:09:50 +0000 (09:09 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 16 Sep 2011 23:17:09 +0000 (19:17 -0400)
commit434b8c54d733cc6f6cf9bd1f03e0ff9dbd243aee
treeaebab15b78e7024967f12979ecdd40539a6a7094
parent7630b2a67f317309b194b789cebf6ec973e4d6ee
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>
net/irda/irsysctl.c
net/irda/qos.c