Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 232340
b: refs/heads/master
c: b705120
h: refs/heads/master
v: v3
  • Loading branch information
Michael Karcher authored and Chris Wilson committed Jan 24, 2011
1 parent 89b8c7c commit 89406ef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8a327f23e23fa509e6e3c2263ae1cc0a67dec387
refs/heads/master: b705120e4198315f4ae043de06c62f65e0851fd3
3 changes: 2 additions & 1 deletion trunk/drivers/gpu/drm/i915/intel_opregion.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
*/

#include <linux/acpi.h>
#include <linux/acpi_io.h>
#include <acpi/video.h>

#include "drmP.h"
Expand Down Expand Up @@ -476,7 +477,7 @@ int intel_opregion_setup(struct drm_device *dev)
return -ENOTSUPP;
}

base = ioremap(asls, OPREGION_SIZE);
base = acpi_os_ioremap(asls, OPREGION_SIZE);
if (!base)
return -ENOMEM;

Expand Down

0 comments on commit 89406ef

Please sign in to comment.