net: cleanup unsigned to unsigned int
[linux-2.6-block.git] / net / phonet / pn_dev.c
index da564efe4f5bbb67ef10a821d049add0ae9ddaa7..36f75a9e2c3d1fd248d1102a268351aa05a2c19b 100644 (file)
@@ -268,7 +268,7 @@ static int phonet_device_autoconf(struct net_device *dev)
 static void phonet_route_autodel(struct net_device *dev)
 {
        struct phonet_net *pnn = phonet_pernet(dev_net(dev));
-       unsigned i;
+       unsigned int i;
        DECLARE_BITMAP(deleted, 64);
 
        /* Remove left-over Phonet routes */