diff options
author | Jan Engelhardt <jengelh@computergmbh.de> | 2008-01-22 14:42:33 -0500 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2008-01-29 05:15:03 -0500 |
commit | 12323cacca2014dcf517d1988fcdb8e44a1f497b (patch) | |
tree | e6b6ac1c130cbba6d37c3b5a3959341c8c302de5 /arch/mips/basler | |
parent | d4e9cffa161da806cb4bc9df4a4e49d287156bfa (diff) |
[MIPS]: constify function pointer tables
Signed-off-by: Jan Engelhardt <jengelh@computergmbh.de>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/basler')
-rw-r--r-- | arch/mips/basler/excite/excite_iodev.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/basler/excite/excite_iodev.c b/arch/mips/basler/excite/excite_iodev.c index 6af0b21ebc32..476d20e08d0e 100644 --- a/arch/mips/basler/excite/excite_iodev.c +++ b/arch/mips/basler/excite/excite_iodev.c | |||
@@ -48,7 +48,7 @@ static DECLARE_WAIT_QUEUE_HEAD(wq); | |||
48 | 48 | ||
49 | 49 | ||
50 | 50 | ||
51 | static struct file_operations fops = | 51 | static const struct file_operations fops = |
52 | { | 52 | { |
53 | .owner = THIS_MODULE, | 53 | .owner = THIS_MODULE, |
54 | .open = iodev_open, | 54 | .open = iodev_open, |