From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Mon, 2 May 2011 17:47:22 +0200 From: Antonio Quartulli Message-ID: <20110502154722.GD8989@ritirata.org> References: <1304348024-11681-1-git-send-email-lindner_marek@yahoo.de> <201105021702.33522.sven@narfation.org> <201105021709.31468.lindner_marek@yahoo.de> <201105021727.37709.sven@narfation.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <201105021727.37709.sven@narfation.org> Subject: Re: [B.A.T.M.A.N.] [PATCH] batman-adv: purge unnecessary include Reply-To: The list for a Better Approach To Mobile Ad-hoc Networking List-Id: The list for a Better Approach To Mobile Ad-hoc Networking List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: The list for a Better Approach To Mobile Ad-hoc Networking On Mon, May 02, 2011 at 05:27:36PM +0200, Sven Eckelmann wrote: > On Monday 02 May 2011 17:09:31 Marek Lindner wrote: > > On Monday 02 May 2011 17:02:32 Sven Eckelmann wrote: > > > On Monday 02 May 2011 16:53:44 Marek Lindner wrote: > > > > Signed-off-by: Marek Lindner > > > > > > [,,,,] > > > > > > > #include /* LINUX_VERSION_CODE */ > > > > > > > > -#include "bat_sysfs.h" /* struct bat_attribute */ > > > > > > This is necessary for kernels older than 2.6.24 > > > > Aarrrgh, I was afraid of something like that. We are running into an > > include dependency issue as soon as bat_sysfs.h contains something like > > "struct bat_priv" which is likely to come soon ... > > Any better idea how to fix this ? > > Wait a second - why do you want to have a struct bat_priv in bat_sysfs.h? > Isn't it possible to use 'struct bat_priv*" for a function declaration? > 'struct bat_priv;' can be used as forward declaration and used below in a > function declaration. > > struct bat_priv; > void test(struct bat_priv* a) > { > } > Just tested and it works! Thank you Sven Regards, -- Antonio Quartulli ..each of us alone is worth nothing.. Ernesto "Che" Guevara