diff options
| author | Len Brown <len.brown@intel.com> | 2006-07-10 02:39:26 -0400 |
|---|---|---|
| committer | Len Brown <len.brown@intel.com> | 2006-07-10 02:39:26 -0400 |
| commit | 1a39ed5888a8336ed2762d5b367195b14b878850 (patch) | |
| tree | 97119752e85b6ab063e5c1bab42d931eee44f311 /drivers/acpi/event.c | |
| parent | 1b045e5d207fc65e6708e303c2ab4249bf619982 (diff) | |
| parent | d75080328affb4b268da430b7074cc8139cc662a (diff) | |
Pull trivial into test branch
Diffstat (limited to 'drivers/acpi/event.c')
| -rw-r--r-- | drivers/acpi/event.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/event.c b/drivers/acpi/event.c index a901b23e95e7..959a893c8d1f 100644 --- a/drivers/acpi/event.c +++ b/drivers/acpi/event.c | |||
| @@ -99,7 +99,7 @@ static unsigned int acpi_system_poll_event(struct file *file, poll_table * wait) | |||
| 99 | return 0; | 99 | return 0; |
| 100 | } | 100 | } |
| 101 | 101 | ||
| 102 | static struct file_operations acpi_system_event_ops = { | 102 | static const struct file_operations acpi_system_event_ops = { |
| 103 | .open = acpi_system_open_event, | 103 | .open = acpi_system_open_event, |
| 104 | .read = acpi_system_read_event, | 104 | .read = acpi_system_read_event, |
| 105 | .release = acpi_system_close_event, | 105 | .release = acpi_system_close_event, |
