Merge tag 'powerpc-4.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc...
[cascardo/linux.git] / arch / powerpc / platforms / pseries / scanlog.c
index b502ab6..7d28cab 100644 (file)
@@ -156,7 +156,7 @@ static int scanlog_release(struct inode * inode, struct file * file)
        return 0;
 }
 
-const struct file_operations scanlog_fops = {
+static const struct file_operations scanlog_fops = {
        .owner          = THIS_MODULE,
        .read           = scanlog_read,
        .write          = scanlog_write,