diff options
author | 2014-02-12 09:34:18 +0100 | |
---|---|---|
committer | 2014-02-13 17:49:13 -0500 | |
commit | b3f0f5c357e60b7a366d2c8d739b47452451868b (patch) | |
tree | 5dbb1483c23df168188bf272819c5eb130dc3b3f /net/tipc/link.c | |
parent | bonding: remove the redundant judgements for bond_option_queue_id_set() (diff) | |
download | linux-dev-b3f0f5c357e60b7a366d2c8d739b47452451868b.tar.xz linux-dev-b3f0f5c357e60b7a366d2c8d739b47452451868b.zip |
tipc: explicitly include core.h in addr.h
The inline functions in addr.h uses tipc_own_addr which is exported by
core.h, but addr.h never actually includes it. It works because it is
explicitly included where this is used, but it looks a bit strange.
Include core.h in addr.h explicitly to make the dependency clearer.
Signed-off-by: Andreas Bofjäll <andreas.bofjall@ericsson.com>
Reviewed-by: Jon Maloy <jon.maloy@ericsson.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/tipc/link.c')
0 files changed, 0 insertions, 0 deletions