]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - arch/x86/xen/efi.c
Merge branch 'for-4.5/core' of git://git.kernel.dk/linux-block
[karo-tx-linux.git] / arch / x86 / xen / efi.c
index a02e09e18f57b160c8c5f036ac64d5e97a72a4c1..be14cc3e48d5fd8e0b5440396478a5c6a8932025 100644 (file)
  * with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#include <linux/bitops.h>
 #include <linux/efi.h>
 #include <linux/init.h>
 #include <linux/string.h>
 
 #include <xen/xen-ops.h>
 
+#include <asm/page.h>
 #include <asm/setup.h>
 
 void __init xen_efi_init(void)