X-Git-Url: http://pilppa.org/gitweb/?a=blobdiff_plain;f=net%2Ftipc%2Faddr.h;h=3ba67e6ce03e284ed27b87f4b6916f465dbf084b;hb=418f19ea17a99421b22a64e101e14b6a16bed66d;hp=bcfebb3cbbf319f31e8c6bd4af45e7688c1c13bf;hpb=10379a25fee8ddc8698d2f6c54ccedd4664c2941;p=linux-2.6-omap-h63xx.git diff --git a/net/tipc/addr.h b/net/tipc/addr.h index bcfebb3cbbf..3ba67e6ce03 100644 --- a/net/tipc/addr.h +++ b/net/tipc/addr.h @@ -1,6 +1,6 @@ /* * net/tipc/addr.h: Include file for TIPC address utility routines - * + * * Copyright (c) 2000-2006, Ericsson AB * Copyright (c) 2004-2005, Wind River Systems * All rights reserved. @@ -57,11 +57,6 @@ static inline int in_own_cluster(u32 addr) return !((addr ^ tipc_own_addr) >> 12); } -static inline int in_own_zone(u32 addr) -{ - return !((addr ^ tipc_own_addr) >> 24); -} - static inline int is_slave(u32 addr) { return addr & 0x800; @@ -100,8 +95,8 @@ static inline int addr_scope(u32 domain) /** * addr_domain - convert 2-bit scope value to equivalent message lookup domain - * - * Needed when address of a named message must be looked up a second time + * + * Needed when address of a named message must be looked up a second time * after a network hop. */