x86/fpu: Move various internal function prototypes to fpu/internal.h
[firefly-linux-kernel-4.4.55.git] / drivers / lguest / x86 / core.c
index fce5989e66d91acdbf5528000ec673944763c97d..b80e4b8c9b6e40262bc786ebd6df112ddc072cdc 100644 (file)
@@ -46,7 +46,7 @@
 #include <asm/setup.h>
 #include <asm/lguest.h>
 #include <asm/uaccess.h>
-#include <asm/fpu/api.h>
+#include <asm/fpu/internal.h>
 #include <asm/tlbflush.h>
 #include "../lg.h"