Merge tag 'pm+acpi-4.4-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael...
[firefly-linux-kernel-4.4.55.git] / include / linux / vga_switcheroo.h
index 786bc931dbd17a24ba5cc3113ede3e2750bbe197..69e1d4a1f1b3d122c53ec22eb13543219502c881 100644 (file)
@@ -39,10 +39,6 @@ struct pci_dev;
  * enum vga_switcheroo_state - client power state
  * @VGA_SWITCHEROO_OFF: off
  * @VGA_SWITCHEROO_ON: on
- * @VGA_SWITCHEROO_INIT: client has registered with vga_switcheroo but
- *     vga_switcheroo is not enabled, i.e. no second client or no handler
- *     has registered. Only used in vga_switcheroo_get_client_state() which
- *     in turn is only called from hda_intel.c
  * @VGA_SWITCHEROO_NOT_FOUND: client has not registered with vga_switcheroo.
  *     Only used in vga_switcheroo_get_client_state() which in turn is only
  *     called from hda_intel.c
@@ -53,7 +49,6 @@ enum vga_switcheroo_state {
        VGA_SWITCHEROO_OFF,
        VGA_SWITCHEROO_ON,
        /* below are referred only from vga_switcheroo_get_client_state() */
-       VGA_SWITCHEROO_INIT,
        VGA_SWITCHEROO_NOT_FOUND,
 };