summaryrefslogtreecommitdiffstats
path: root/drivers/char/epca.c
diff options
context:
space:
mode:
authorAlexey Dobriyan2009-10-02 22:12:06 +0200
committerGreg Kroah-Hartman2009-12-12 00:18:03 +0100
commit1cceefd3a28e54c0777fe544e1fd32253b2a1de5 (patch)
tree0f5e7903750cd5c511beb4ae801989308681629f /drivers/char/epca.c
parentjsm: adding EEH handlers (diff)
downloadkernel-qcow2-linux-1cceefd3a28e54c0777fe544e1fd32253b2a1de5.tar.gz
kernel-qcow2-linux-1cceefd3a28e54c0777fe544e1fd32253b2a1de5.tar.xz
kernel-qcow2-linux-1cceefd3a28e54c0777fe544e1fd32253b2a1de5.zip
tty: const: constify remaining tty_operations
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/char/epca.c')
-rw-r--r--drivers/char/epca.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/char/epca.c b/drivers/char/epca.c
index dde5134713e2..17b044a71e02 100644
--- a/drivers/char/epca.c
+++ b/drivers/char/epca.c
@@ -935,7 +935,7 @@ static int info_open(struct tty_struct *tty, struct file *filp)
return 0;
}
-static struct tty_operations info_ops = {
+static const struct tty_operations info_ops = {
.open = info_open,
.ioctl = info_ioctl,
};