mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 07:12:09 +00:00
[IA64] constify function pointer tables
Signed-off-by: Jan Engelhardt <jengelh@computergmbh.de> Signed-off-by: Tony Luck <tony.luck@intel.com>
This commit is contained in:
parent
0df29025fd
commit
a23fe55e13
5 changed files with 5 additions and 5 deletions
|
@ -5795,7 +5795,7 @@ pfm_proc_show(struct seq_file *m, void *v)
|
|||
return 0;
|
||||
}
|
||||
|
||||
struct seq_operations pfm_seq_ops = {
|
||||
const struct seq_operations pfm_seq_ops = {
|
||||
.start = pfm_proc_start,
|
||||
.next = pfm_proc_next,
|
||||
.stop = pfm_proc_stop,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue