]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - net/tipc/node.c
tipc: remove inline instances from C source files.
[karo-tx-linux.git] / net / tipc / node.c
index 6a71bea91db0a8332b96b30d5b5ac85b20aaab9c..76565c9916ab2a186f134e98476d4fdf706ba836 100644 (file)
@@ -58,7 +58,7 @@ static atomic_t tipc_num_links = ATOMIC_INIT(0);
  * entries has been chosen so that no hash chain exceeds 8 nodes and will
  * usually be much smaller (typically only a single node).
  */
-static inline unsigned int tipc_hashfn(u32 addr)
+static unsigned int tipc_hashfn(u32 addr)
 {
        return addr & (NODE_HTABLE_SIZE - 1);
 }