summaryrefslogtreecommitdiff
path: root/include/linux/entry-virt.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/entry-virt.h')
-rw-r--r--include/linux/entry-virt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/entry-virt.h b/include/linux/entry-virt.h
index 42c89e3e5ca7..bfa767702d9a 100644
--- a/include/linux/entry-virt.h
+++ b/include/linux/entry-virt.h
@@ -32,7 +32,7 @@
*/
static inline int arch_xfer_to_guest_mode_handle_work(unsigned long ti_work);
-#ifndef arch_xfer_to_guest_mode_work
+#ifndef arch_xfer_to_guest_mode_handle_work
static inline int arch_xfer_to_guest_mode_handle_work(unsigned long ti_work)
{
return 0;