Merge branch 'constify' into release

此提交包含在:
Len Brown
2009-04-05 01:51:16 -04:00
當前提交 e2fae0abf6
共有 7 個檔案被更改,包括 34 行新增27 行删除

查看文件

@@ -682,7 +682,7 @@ static int acpi_ec_info_open_fs(struct inode *inode, struct file *file)
return single_open(file, acpi_ec_read_info, PDE(inode)->data);
}
static struct file_operations acpi_ec_info_ops = {
static const struct file_operations acpi_ec_info_ops = {
.open = acpi_ec_info_open_fs,
.read = seq_read,
.llseek = seq_lseek,