aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nvc0_fb.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/nouveau/nvc0_fb.c')
-rw-r--r--drivers/gpu/drm/nouveau/nvc0_fb.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/drm/nouveau/nvc0_fb.c b/drivers/gpu/drm/nouveau/nvc0_fb.c
index 25557bd0a282..7da32a9ef08e 100644
--- a/drivers/gpu/drm/nouveau/nvc0_fb.c
+++ b/drivers/gpu/drm/nouveau/nvc0_fb.c
@@ -22,9 +22,9 @@
22 * Authors: Ben Skeggs 22 * Authors: Ben Skeggs
23 */ 23 */
24 24
25#include "drmP.h" 25#include <drm/drmP.h>
26#include "nouveau_drv.h" 26#include "nouveau_drv.h"
27#include "nouveau_drm.h" 27#include <drm/nouveau_drm.h>
28 28
29struct nvc0_fb_priv { 29struct nvc0_fb_priv {
30 struct page *r100c10_page; 30 struct page *r100c10_page;