Commit 97231034 authored by Tony Luck's avatar Tony Luck

[IA64] clean up loose ends from addition of efi_range_is_wc()

Signed-off-by: default avatarTony Luck <tony.luck@intel.com>
parent cc244514
...@@ -778,6 +778,7 @@ efi_mem_attributes (unsigned long phys_addr) ...@@ -778,6 +778,7 @@ efi_mem_attributes (unsigned long phys_addr)
} }
return 0; return 0;
} }
EXPORT_SYMBOL(efi_mem_attributes);
int int
valid_phys_addr_range (unsigned long phys_addr, unsigned long *size) valid_phys_addr_range (unsigned long phys_addr, unsigned long *size)
......
...@@ -34,6 +34,9 @@ ...@@ -34,6 +34,9 @@
*/ */
#include "drmP.h" #include "drmP.h"
#if defined(__ia64__)
#include <linux/efi.h>
#endif
/** /**
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment