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;