From b3f0f5c357e60b7a366d2c8d739b47452451868b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andreas=20Bofj=C3=A4ll?= Date: Wed, 12 Feb 2014 09:34:18 +0100 Subject: [PATCH] tipc: explicitly include core.h in addr.h MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 Reviewed-by: Jon Maloy Signed-off-by: David S. Miller --- Reading git-format-patch failed