From 5029f617f4c6ebda27e4d299fbd15db9d0aca9fa Mon Sep 17 00:00:00 2001 From: Ivo van Doorn Date: Tue, 5 Jun 2007 00:04:46 -0700 Subject: [PATCH] --- yaml --- r: 57427 b: refs/heads/master c: c36befb52350fa76bf3cb03d13ba2e17dbe8a508 h: refs/heads/master i: 57425: 87ef6d507460e280277d86d8584327a8e280563b 57423: 2ca2766f9dafab08e33533f8bb60a4f2a903a420 v: v3 --- [refs] | 2 +- trunk/include/linux/rfkill.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 0e8c624a0f04..54b8dce50646 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 71e27da9618b5f4d525ec821def83991da20429f +refs/heads/master: c36befb52350fa76bf3cb03d13ba2e17dbe8a508 diff --git a/trunk/include/linux/rfkill.h b/trunk/include/linux/rfkill.h index 7c1ffbab7865..a8a6ea809da0 100644 --- a/trunk/include/linux/rfkill.h +++ b/trunk/include/linux/rfkill.h @@ -63,7 +63,7 @@ enum rfkill_state { * This structure represents a RF switch located on a network device. */ struct rfkill { - char *name; + const char *name; enum rfkill_type type; enum rfkill_state state;