]> git.baikalelectronics.ru Git - kernel.git/commit
drm/nouveau: Remove duplicate ACPI_VIDEO_NOTIFY_PROBE definition
authorBjorn Helgaas <bhelgaas@google.com>
Thu, 4 Apr 2019 13:49:43 +0000 (08:49 -0500)
committerBen Skeggs <bskeggs@redhat.com>
Wed, 1 May 2019 01:08:39 +0000 (11:08 +1000)
commitde53a6f722d6cd5bceee8c3a2569b9adfce177de
tree9551f1d28231cd9c656bd9660d2aedfb6e999448
parentd47c9f8d80e39f7a1825905b876561e67872954d
drm/nouveau: Remove duplicate ACPI_VIDEO_NOTIFY_PROBE definition

Commit 28682e5e4e20 ("drm/nouveau: Intercept ACPI_VIDEO_NOTIFY_PROBE")
added a definition of ACPI_VIDEO_NOTIFY_PROBE because <acpi/video.h> didn't
supply one.  Later, commit c1ffd05cfbaf ("ACPI / video: Move
ACPI_VIDEO_NOTIFY_* defines to acpi/video.h") moved ACPI_VIDEO_NOTIFY_PROBE
and other definitions to <acpi/video.h>, so the copy in nouveau_display.c
is now unnecessary.

Remove the unnecessary definition from nouveau_display.c.

Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
CC: Hans de Goede <hdegoede@redhat.com>
Acked-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
drivers/gpu/drm/nouveau/nouveau_display.c