summaryrefslogtreecommitdiffstats
path: root/nouveau_platform-fix.patch
diff options
context:
space:
mode:
Diffstat (limited to 'nouveau_platform-fix.patch')
-rw-r--r--nouveau_platform-fix.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/nouveau_platform-fix.patch b/nouveau_platform-fix.patch
deleted file mode 100644
index 85256f07..00000000
--- a/nouveau_platform-fix.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/drivers/gpu/drm/nouveau/nouveau_platform.c b/drivers/gpu/drm/nouveau/nouveau_platform.c
-index 0ffeb50..e53e854 100644
---- a/drivers/gpu/drm/nouveau/nouveau_platform.c
-+++ b/drivers/gpu/drm/nouveau/nouveau_platform.c
-@@ -149,7 +149,7 @@ power_down:
- static int nouveau_platform_remove(struct platform_device *pdev)
- {
- struct drm_device *drm_dev = platform_get_drvdata(pdev);
-- struct nouveau_device *device = nouveau_dev(drm_dev);
-+ struct nouveau_device *device = nv_device(&nouveau_drm(drm_dev)->device);
- struct nouveau_platform_gpu *gpu = nv_device_to_platform(device)->gpu;
-
- nouveau_drm_device_remove(drm_dev);