[IPX]: Correct argument type of ipxrtr_delete().
authorAlexey Dobriyan <adobriyan@gmail.com>
Tue, 16 May 2006 22:07:28 +0000 (15:07 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 16 May 2006 22:07:28 +0000 (15:07 -0700)
commit53d42f541278b6c97724465b19bae4730d7a85c8
treecf974cb6debb01c7b54d53b0106a001941460a22
parent338f7566e5c26a9547e25d54863ae4e4e5c856d1
[IPX]: Correct argument type of ipxrtr_delete().

A single caller passes __u32. Inside function "net" is compared with
__u32 (__be32 really, just wasn't annotated).

Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipx/ipx_route.c