These were caused by some declarations happening before the compiler
would have seen the visibility pragma.
Signed-off-by: Jan Beulich <jbeulich@novell.com>
xen-unstable changeset: 23345:
ba4bd20e581a
xen-unstable date: Mon May 16 13:32:37 2011 +0100
#ifndef __XEN_CONFIG_H__
#define __XEN_CONFIG_H__
+#ifndef __ASSEMBLY__
+#include <xen/compiler.h>
+#endif
#include <asm/config.h>
#define EXPORT_SYMBOL(var)
printk(XENLOG_GUEST _l "%s:%d:d%d " _f, __FILE__, \
__LINE__, current_domain_id() , ## _a )
-#include <xen/compiler.h>
-
#endif /* !__ASSEMBLY__ */
#define __STR(...) #__VA_ARGS__
#ifndef _LINUX_CTYPE_H
#define _LINUX_CTYPE_H
+#include <xen/config.h>
+
/*
* NOTE! This ctype does not handle EOF like the standard C
* library is required to.