On Wed, Mar 08, 2006 at 12:25:13PM +0800, Zhu Yi wrote:
> 
> From: Ingo Molnar <[EMAIL PROTECTED]>
> Date: Tue, 28 Feb 2006 07:20:54 +0000 (+0800)
> 
> [PATCH 4/6] ipw2100: semaphore to mutexes conversion
> 
> semaphore to mutexes conversion.
> 
> the conversion was generated via scripts, and the result was validated
> automatically via a script as well.
> 
> build-tested.
> 
> Signed-off-by: Ingo Molnar <[EMAIL PROTECTED]>
> Signed-off-by: Zhu Yi <[EMAIL PROTECTED]>
> ---
> 
> --- a/drivers/net/wireless/ipw2100.c
> +++ b/drivers/net/wireless/ipw2100.c
> @@ -194,6 +194,7 @@ static struct ipw2100_fw ipw2100_firmwar
>  #endif
>  
>  #include <linux/moduleparam.h>
> +#include <linux/mutex.h>
>  module_param(debug, int, 0444);

please keep a whitespace after the includes and before the module_param
statements.

-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to