[POWERPC] Add MPC8349E MDS device tree source file to arch/powerpc/boot/dts
[powerpc.git] / drivers / acpi / button.c
index fd1ba05..5ef885e 100644 (file)
@@ -87,14 +87,14 @@ struct acpi_button {
        unsigned long pushed;
 };
 
-static struct file_operations acpi_button_info_fops = {
+static const struct file_operations acpi_button_info_fops = {
        .open = acpi_button_info_open_fs,
        .read = seq_read,
        .llseek = seq_lseek,
        .release = single_release,
 };
 
-static struct file_operations acpi_button_state_fops = {
+static const struct file_operations acpi_button_state_fops = {
        .open = acpi_button_state_open_fs,
        .read = seq_read,
        .llseek = seq_lseek,