From mboxrd@z Thu Jan 1 00:00:00 1970 From: f6bvp Subject: Re: [PATCH 02/12] headers, ax25: Add missing #include to Date: Mon, 08 Aug 2011 18:47:58 +0200 Message-ID: <4E40133E.9090206@free.fr> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: Sender: linux-hams-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: linux-hams Hi, Actually, netrom and rose files needing ax25_address types are already including : #include that in turn includes : #include 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. > > Signed-off-by: Ben Hutchings Makes sense. Acked-by: Ralf Baechle Ralf --