Re: [PATCH] rfkill: Make rfkill->name const

2007-06-05 Thread David Miller
From: Ivo van Doorn <[EMAIL PROTECTED]> Date: Fri, 1 Jun 2007 20:20:43 +0200 > The rfkill name can be made const safely, > this makes the compiler happy when drivers make > it point to some const string used elsewhere. > > Signed-off-by: Ivo van Doorn <[EMAIL PROTECTED]> Patch applied, thanks. -

[PATCH] rfkill: Make rfkill->name const

2007-06-01 Thread Ivo van Doorn
The rfkill name can be made const safely, this makes the compiler happy when drivers make it point to some const string used elsewhere. Signed-off-by: Ivo van Doorn <[EMAIL PROTECTED]> --- diff --git a/include/linux/rfkill.h b/include/linux/rfkill.h index 7c1ffba..a8a6ea8 100644 --- a/include/li