[RFKILL]: Make rfkill->name const
authorIvo van Doorn <IvDoorn@gmail.com>
Tue, 5 Jun 2007 07:04:46 +0000 (00:04 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Thu, 7 Jun 2007 20:39:34 +0000 (13:39 -0700)
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 <IvDoorn@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found