xen: fix "xen: implement save/restore"
[deliverable/linux.git] / include / xen / hvc-console.h
index fd5483a059bb44ec8ab375871acdc9aef1de87be..98b79bc404ddef529acbab64a6588c1c5998afc5 100644 (file)
@@ -3,7 +3,11 @@
 
 extern struct console xenboot_console;
 
+#ifdef CONFIG_HVC_XEN
 void xen_console_resume(void);
+#else
+static inline void xen_console_resume(void) { }
+#endif
 
 void xen_raw_console_write(const char *str);
 void xen_raw_printk(const char *fmt, ...);
This page took 0.033158 seconds and 5 git commands to generate.