X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=kernel%2Fdma.c;h=937b13ca33baaac6a3ab01437b4016f9995a11f9;hb=5212c555be332fc95982077e6cdc7bb6cb5fff5f;hp=2020644c938a48d0f34670765e788b32fed8900d;hpb=65fc471343acbab05e2e24ad9688af43a37d6a1b;p=~andy%2Flinux diff --git a/kernel/dma.c b/kernel/dma.c index 2020644c938..937b13ca33b 100644 --- a/kernel/dma.c +++ b/kernel/dma.c @@ -140,7 +140,7 @@ static int proc_dma_open(struct inode *inode, struct file *file) return single_open(file, proc_dma_show, NULL); } -static struct file_operations proc_dma_operations = { +static const struct file_operations proc_dma_operations = { .open = proc_dma_open, .read = seq_read, .llseek = seq_lseek,