[MIPS]: constify function pointer tables

Signed-off-by: Jan Engelhardt <jengelh@computergmbh.de>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
此提交包含在:
Jan Engelhardt
2008-01-22 20:42:33 +01:00
提交者 Ralf Baechle
父節點 d4e9cffa16
當前提交 12323cacca
共有 2 個檔案被更改,包括 2 行新增2 行删除

查看文件

@@ -48,7 +48,7 @@ static DECLARE_WAIT_QUEUE_HEAD(wq);
static struct file_operations fops =
static const struct file_operations fops =
{
.owner = THIS_MODULE,
.open = iodev_open,