]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - kernel/dma.c
[PATCH] struct seq_operations and struct file_operations constification
[linux-2.6-omap-h63xx.git] / kernel / dma.c
index 2020644c938a48d0f34670765e788b32fed8900d..937b13ca33baaac6a3ab01437b4016f9995a11f9 100644 (file)
@@ -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,