diff --git a/[refs] b/[refs] index b02374cf4f68..b53d89598ff0 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 6de02123bf3e8baeee97fff7efc50bc192332804 +refs/heads/master: 9b3af29bf33bfe08c604769632799d27d56ae103 diff --git a/trunk/include/linux/kprobes.h b/trunk/include/linux/kprobes.h index 769be39b9681..f26460700379 100644 --- a/trunk/include/linux/kprobes.h +++ b/trunk/include/linux/kprobes.h @@ -78,7 +78,7 @@ struct kprobe { kprobe_opcode_t *addr; /* Allow user to indicate symbol name of the probe point */ - char *symbol_name; + const char *symbol_name; /* Offset into the symbol */ unsigned int offset;