Remove extraneous semicolon. Add blank lines. Remove unused static
inline functions.
Signed-off-by: Wei Liu <wei.liu2@citrix.com>
Reviewed-by: Roger Pau Monné <roger.pau@citrix.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
#define xen_guest 0
#define pv_console 0
-static inline void probe_hypervisor(void) {};
+static inline void probe_hypervisor(void) {}
+
static inline void hypervisor_setup(void)
{
ASSERT_UNREACHABLE();
{
ASSERT_UNREACHABLE();
}
+
static inline const unsigned long *hypervisor_reserved_pages(unsigned int *size)
{
ASSERT_UNREACHABLE();
return NULL;
-};
-static inline uint32_t hypervisor_cpuid_base(void)
-{
- ASSERT_UNREACHABLE();
- return 0;
-};
-static inline void hypervisor_resume(void)
-{
- ASSERT_UNREACHABLE();
-};
+}
#endif /* CONFIG_XEN_GUEST */
#endif /* __X86_GUEST_XEN_H__ */