diff options
-rw-r--r-- | arch/h8300/kernel/gpio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/h8300/kernel/gpio.c b/arch/h8300/kernel/gpio.c index b02c752cd326..084bfd0c107e 100644 --- a/arch/h8300/kernel/gpio.c +++ b/arch/h8300/kernel/gpio.c | |||
@@ -161,7 +161,7 @@ static const struct file_operations gpio_proc_fops = { | |||
161 | .open = gpio_proc_open, | 161 | .open = gpio_proc_open, |
162 | .read = seq_read, | 162 | .read = seq_read, |
163 | .llseek = seq_lseek, | 163 | .llseek = seq_lseek, |
164 | .release = seq_release, | 164 | .release = single_release, |
165 | }; | 165 | }; |
166 | 166 | ||
167 | static __init int register_proc(void) | 167 | static __init int register_proc(void) |