From: f6bvp <f6bvp@free.fr>
To: linux-hams <linux-hams@vger.kernel.org>
Subject: Re: [PATCH 02/12] headers, ax25: Add missing #include to
Date: Mon, 08 Aug 2011 18:47:58 +0200 [thread overview]
Message-ID: <4E40133E.9090206@free.fr> (raw)
Hi,
Actually, netrom and rose files needing ax25_address types are already including :
#include<net/ax25.h>
that in turn includes :
#include<linux/ax25.h>
This is why Gcc compiler did not complain about missing ax25_address type
for it had been already declared.
Thus adding the above #include would be redundant.
Bernard, f6bvp
On Mon, Aug 08, 2011 at 02:17:20PM +0100, Ben Hutchings wrote:
> These headers use the ax25_address type defined in<linux/ax25.h>.
>
> Signed-off-by: Ben Hutchings<ben@decadent.org.uk>
Makes sense.
Acked-by: Ralf Baechle<ralf@linux-mips.org>
Ralf
--
reply other threads:[~2011-08-08 16:47 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4E40133E.9090206@free.fr \
--to=f6bvp@free.fr \
--cc=linux-hams@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.