aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/xen/spinlock.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/spinlock.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/spinlock.h')
-rw-r--r--xen/include/xen/spinlock.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/xen/include/xen/spinlock.h b/xen/include/xen/spinlock.h
index f1506c1ecb..2df4452709 100644
--- a/xen/include/xen/spinlock.h
+++ b/xen/include/xen/spinlock.h
@@ -1,7 +1,6 @@
#ifndef __SPINLOCK_H__
#define __SPINLOCK_H__
-#include <xen/config.h>
#include <asm/system.h>
#include <asm/spinlock.h>