diff options
author | Ben Skeggs <bskeggs@redhat.com> | 2016-05-19 19:22:55 -0400 |
---|---|---|
committer | Ben Skeggs <bskeggs@redhat.com> | 2016-05-20 00:43:04 -0400 |
commit | 4dc28134a8c124aa01b441e1e5b8b54312edc5dd (patch) | |
tree | 0b6e340765d2a67c1c92a30f2a1223ed111c66bc /drivers/gpu/drm/nouveau/nouveau_acpi.c | |
parent | 7c10ddf87472c07eabc206e273dc59f77c700858 (diff) |
drm/nouveau: rename nouveau_drm.h to nouveau_drv.h
Fixes out-of-tree build issue where uapi/drm/nouveau_drm.h gets picked
up instead.
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/nouveau/nouveau_acpi.c')
-rw-r--r-- | drivers/gpu/drm/nouveau/nouveau_acpi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/nouveau/nouveau_acpi.c b/drivers/gpu/drm/nouveau/nouveau_acpi.c index cdf522770cfa..db76b94e6e26 100644 --- a/drivers/gpu/drm/nouveau/nouveau_acpi.c +++ b/drivers/gpu/drm/nouveau/nouveau_acpi.c | |||
@@ -6,7 +6,7 @@ | |||
6 | #include <drm/drm_edid.h> | 6 | #include <drm/drm_edid.h> |
7 | #include <acpi/video.h> | 7 | #include <acpi/video.h> |
8 | 8 | ||
9 | #include "nouveau_drm.h" | 9 | #include "nouveau_drv.h" |
10 | #include "nouveau_acpi.h" | 10 | #include "nouveau_acpi.h" |
11 | 11 | ||
12 | #define NOUVEAU_DSM_LED 0x02 | 12 | #define NOUVEAU_DSM_LED 0x02 |