aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/xen/smp.h
diff options
context:
space:
mode:
authorJan Beulich <jbeulich@suse.com>2012-01-13 08:33:31 +0100
committerJan Beulich <jbeulich@suse.com>2012-01-13 08:33:31 +0100
commit1e583ac49a485131b93537ce2070d69279f0afec (patch)
tree0e1e3b3f80e506790ef949707d5b2e23c0e60600 /xen/include/xen/smp.h
parentbf86c81a81f56bbdb9320bf6025b336fe5f60a91 (diff)
downloadxen-1e583ac49a485131b93537ce2070d69279f0afec.tar.gz
xen-1e583ac49a485131b93537ce2070d69279f0afec.tar.bz2
xen-1e583ac49a485131b93537ce2070d69279f0afec.zip
force inclusion of xen/config.h through compiler option
As we expect all source files to include the header as the first thing anyway, stop doing this by repeating the inclusion in each and every source file (and in many headers), but rather enforce this uniformly through the compiler command line. As a first cleanup step, remove the explicit inclusion from all common headers. Further cleanup can be done incrementally. Signed-off-by: Jan Beulich <jbeulich@suse.com> Acked-by: Keir Fraser <keir@xen.org>
Diffstat (limited to 'xen/include/xen/smp.h')
-rw-r--r--xen/include/xen/smp.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/xen/include/xen/smp.h b/xen/include/xen/smp.h
index 536c229d45..e05f3903ab 100644
--- a/xen/include/xen/smp.h
+++ b/xen/include/xen/smp.h
@@ -1,7 +1,6 @@
#ifndef __XEN_SMP_H__
#define __XEN_SMP_H__
-#include <xen/config.h>
#include <asm/smp.h>
/*