Merge branches 'bugzilla-13121+', 'bugzilla-13233', 'redhat-bugzilla-500311', 'pci...
authorLen Brown <len.brown@intel.com>
Sat, 30 May 2009 01:30:01 +0000 (21:30 -0400)
committerLen Brown <len.brown@intel.com>
Sat, 30 May 2009 01:30:01 +0000 (21:30 -0400)
1  2  3  4  5  6 
drivers/acpi/video.c

diff --combined drivers/acpi/video.c
@@@@@@@ -570,22 -570,6 -570,6 -570,6 -570,6 -570,6 +570,22 @@@@@@@ static struct dmi_system_id video_dmi_t
                DMI_MATCH(DMI_PRODUCT_NAME, "Aspire 5710Z"),
                },
        },
 +++++  {
 +++++   .callback = video_set_bqc_offset,
 +++++   .ident = "eMachines E510",
 +++++   .matches = {
 +++++          DMI_MATCH(DMI_BOARD_VENDOR, "EMACHINES"),
 +++++          DMI_MATCH(DMI_PRODUCT_NAME, "eMachines E510"),
 +++++          },
 +++++  },
 +++++  {
 +++++   .callback = video_set_bqc_offset,
 +++++   .ident = "Acer Aspire 5315",
 +++++   .matches = {
 +++++          DMI_MATCH(DMI_BOARD_VENDOR, "Acer"),
 +++++          DMI_MATCH(DMI_PRODUCT_NAME, "Aspire 5315"),
 +++++          },
 +++++  },
        {}
      };
      
@@@@@@@ -2350,7 -2334,7 -2334,7 -2334,7 -2334,7 -2334,7 +2350,7 @@@@@@@ static int __init acpi_video_init(void
        return acpi_video_register();
      }
      
---- -void __exit acpi_video_exit(void)
++++ +void acpi_video_exit(void)
      {
      
        acpi_bus_unregister_driver(&acpi_video_bus);