diff options
Diffstat (limited to 'arch/mips')
-rw-r--r-- | arch/mips/kernel/smtc-proc.c | 2 | ||||
-rw-r--r-- | arch/mips/pci/ops-pmcmsp.c | 4 | ||||
-rw-r--r-- | arch/mips/sibyte/sb1250/bus_watcher.c | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/arch/mips/kernel/smtc-proc.c b/arch/mips/kernel/smtc-proc.c index 9fb714450e95..c10aa84c9fa9 100644 --- a/arch/mips/kernel/smtc-proc.c +++ b/arch/mips/kernel/smtc-proc.c | |||
@@ -61,7 +61,7 @@ static const struct file_operations smtc_proc_fops = { | |||
61 | .open = smtc_proc_open, | 61 | .open = smtc_proc_open, |
62 | .read = seq_read, | 62 | .read = seq_read, |
63 | .llseek = seq_lseek, | 63 | .llseek = seq_lseek, |
64 | .release = seq_release, | 64 | .release = single_release, |
65 | }; | 65 | }; |
66 | 66 | ||
67 | void init_smtc_stats(void) | 67 | void init_smtc_stats(void) |
diff --git a/arch/mips/pci/ops-pmcmsp.c b/arch/mips/pci/ops-pmcmsp.c index 4eaab6327369..3d27800edba2 100644 --- a/arch/mips/pci/ops-pmcmsp.c +++ b/arch/mips/pci/ops-pmcmsp.c | |||
@@ -92,7 +92,7 @@ static const struct file_operations msp_pci_rd_cnt_fops = { | |||
92 | .open = msp_pci_rd_cnt_open, | 92 | .open = msp_pci_rd_cnt_open, |
93 | .read = seq_read, | 93 | .read = seq_read, |
94 | .llseek = seq_lseek, | 94 | .llseek = seq_lseek, |
95 | .release = seq_release, | 95 | .release = single_release, |
96 | }; | 96 | }; |
97 | 97 | ||
98 | /***************************************************************************** | 98 | /***************************************************************************** |
@@ -169,7 +169,7 @@ static const struct file_operations gen_pci_cfg_wr_fops = { | |||
169 | .open = gen_pci_cfg_wr_open, | 169 | .open = gen_pci_cfg_wr_open, |
170 | .read = seq_read, | 170 | .read = seq_read, |
171 | .llseek = seq_lseek, | 171 | .llseek = seq_lseek, |
172 | .release = seq_release, | 172 | .release = single_release, |
173 | }; | 173 | }; |
174 | 174 | ||
175 | /***************************************************************************** | 175 | /***************************************************************************** |
diff --git a/arch/mips/sibyte/sb1250/bus_watcher.c b/arch/mips/sibyte/sb1250/bus_watcher.c index cb1e3cb37d70..8871e3345bff 100644 --- a/arch/mips/sibyte/sb1250/bus_watcher.c +++ b/arch/mips/sibyte/sb1250/bus_watcher.c | |||
@@ -145,7 +145,7 @@ static const struct file_operations bw_proc_fops = { | |||
145 | .open = bw_proc_open, | 145 | .open = bw_proc_open, |
146 | .read = seq_read, | 146 | .read = seq_read, |
147 | .llseek = seq_lseek, | 147 | .llseek = seq_lseek, |
148 | .release = seq_release, | 148 | .release = single_release, |
149 | }; | 149 | }; |
150 | 150 | ||
151 | static void create_proc_decoder(struct bw_stats_struct *stats) | 151 | static void create_proc_decoder(struct bw_stats_struct *stats) |