Merge branch 'constify' into release

This commit is contained in:
Len Brown
2009-04-05 01:51:16 -04:00
7 changed files with 34 additions and 27 deletions
+1 -1
View File
@@ -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),