Merge branch 'constify' into release

This commit is contained in:
Len Brown
2009-04-05 01:51:16 -04:00
當前提交 e2fae0abf6
共有 7 個文件被更改,包括 34 次插入27 次删除

查看文件

@@ -743,7 +743,7 @@ DECLARE_FILE_FUNCTIONS(alarm);
static struct battery_file {
struct file_operations ops;
mode_t mode;
char *name;
const char *name;
} acpi_battery_file[] = {
FILE_DESCRIPTION_RO(info),
FILE_DESCRIPTION_RO(state),