diff options
author | 2013-11-19 15:49:31 -0800 | |
---|---|---|
committer | 2013-11-19 15:49:31 -0800 | |
commit | e87e7be92979480ee5a2d4a746dc88f2eeca79ca (patch) | |
tree | e30366e742d61bdeb2ad5ba13859b14480213224 | |
parent | Merge tag 'arc-v3.13-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc (diff) | |
parent | kernel/bounds: avoid circular dependencies in generated headers (diff) | |
download | linux-dev-e87e7be92979480ee5a2d4a746dc88f2eeca79ca.tar.xz linux-dev-e87e7be92979480ee5a2d4a746dc88f2eeca79ca.zip |
Merge tag 'please-pull-fixia64' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux
Pull ia64 fix from Tony Luck:
"Unbreak ia64 build by avoiding circular dependency"
* tag 'please-pull-fixia64' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux:
kernel/bounds: avoid circular dependencies in generated headers
-rw-r--r-- | kernel/bounds.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/bounds.c b/kernel/bounds.c index 578782ef6ae1..5253204afdca 100644 --- a/kernel/bounds.c +++ b/kernel/bounds.c @@ -11,7 +11,7 @@ #include <linux/kbuild.h> #include <linux/page_cgroup.h> #include <linux/log2.h> -#include <linux/spinlock.h> +#include <linux/spinlock_types.h> void foo(void) { |