]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ACPI / video: Move ACPI_VIDEO_NOTIFY_* defines to acpi/video.h
authorHans de Goede <hdegoede@redhat.com>
Wed, 9 Nov 2016 17:15:56 +0000 (18:15 +0100)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Wed, 16 Nov 2016 22:07:43 +0000 (23:07 +0100)
commiteff4a751cce523e17f3ea70328782539243e650a
tree092c602ef0d6cc58cc3a12669648702cbc24aacd
parenta25f0944ba9b1d8a6813fd6f1a86f1bd59ac25a6
ACPI / video: Move ACPI_VIDEO_NOTIFY_* defines to acpi/video.h

acpi_video.c passed the ACPI_VIDEO_NOTIFY_* defines as type code to
acpi_notifier_call_chain(). Move these defines to acpi/video.h so
that acpi_notifier listeners can check the type code using these
defines.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Reviewed-by: Peter Wu <peter@lekensteyn.nl>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/acpi_video.c
include/acpi/video.h