net: cleanup unsigned to unsigned int
[linux-2.6-block.git] / net / ipv6 / addrconf_core.c
index 7981bde575755f22d08b017af1c35cd0b1c8ffce..d051e5f4bf348092e8062b930b56881669974a95 100644 (file)
@@ -8,7 +8,7 @@
 
 #define IPV6_ADDR_SCOPE_TYPE(scope)    ((scope) << 16)
 
-static inline unsigned ipv6_addr_scope2type(unsigned scope)
+static inline unsigned int ipv6_addr_scope2type(unsigned int scope)
 {
        switch (scope) {
        case IPV6_ADDR_SCOPE_NODELOCAL: