From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Sat, 24 Dec 2011 22:11:34 +0800 References: <1324676281-20118-1-git-send-email-sven@narfation.org> In-Reply-To: <1324676281-20118-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: <201112242211.35312.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] [PATCH] batman-adv: Fix compilation with linux 2.6.29 and 2.6.30 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, December 24, 2011 05:38:01 Sven Eckelmann wrote: > Linux v2.6.30-2332-gfddd520 introduced a seventh parameter to > __module_param_call. It is used to give a slightly different user > experience for bool parameters. Older kernels can just drop this > information using a special compat wrapper for __module_param_call. Applied in revision f379f93. Thanks, Marek