From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Sun, 8 May 2011 14:36:41 +0200 References: <1304797684-31778-1-git-send-email-sven@narfation.org> In-Reply-To: <1304797684-31778-1-git-send-email-sven@narfation.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201105081436.42070.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] [PATCH 1/2] batman-adv: Don't include bat_sysfs.h in compat.h 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 Saturday 07 May 2011 21:48:03 Sven Eckelmann wrote: > bat_sysfs.h is included in compat.h to provide bat_attribute which is > used in bat_wrapper_show and bat_wrapper_store. This could create a > include loop which prevents that functions or datastructures defined > elsewhere cannot be found in bat_sysfs.h when batman-adv gets compiled > as external module, but are available when it is used as in-kernel > module. Applied in revision 741fb5d. Thanks, Marek