diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2019-08-18 13:11:48 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2019-08-18 13:11:48 +0000 |
commit | 1b6babe38aa2f3ed5c9dc0fd33a2c991b58b5b3f (patch) | |
tree | 64aa6bdcfd796c72ae40ecced225c6ddd94951ac /sys/dev/pci/drm/i915 | |
parent | aa4331859f805b846029c23e6a042a4186fa186b (diff) |
Implement a few Linux compat ACPI interfaces and enable the ACPI support
code in radeon(4) and amdgpu(4).
ok jsg@
Diffstat (limited to 'sys/dev/pci/drm/i915')
-rw-r--r-- | sys/dev/pci/drm/i915/i915_drv.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/dev/pci/drm/i915/i915_drv.h b/sys/dev/pci/drm/i915/i915_drv.h index 3e4606d04f6..9c8ba12b5fa 100644 --- a/sys/dev/pci/drm/i915/i915_drv.h +++ b/sys/dev/pci/drm/i915/i915_drv.h @@ -55,11 +55,6 @@ #include <drm/drm_gem.h> #include <drm/drm_cache.h> -#include "acpi.h" -#if NACPI > 0 -#define CONFIG_ACPI -#endif - #include "drm.h" #include "vga.h" |