Commit 9d6f368c authored by Rusty Russell's avatar Rusty Russell Committed by Linus Torvalds

[PATCH] Remove extra #includes

From:  Tom Rini <trini@kernel.crashing.org>

  This removes two extra #includes of <linux/spinlock.h>.
  Nothing in either of these files require <linux/spinlock.h>.
parent cf6243df
......@@ -10,7 +10,6 @@
#include <linux/config.h>
#include <linux/sched.h>
#include <linux/spinlock.h>
#include <asm/processor.h>
#include <asm/i387.h>
#include <asm/math_emu.h>
......
......@@ -12,7 +12,6 @@
#define __ASM_I386_I387_H
#include <linux/sched.h>
#include <linux/spinlock.h>
#include <asm/processor.h>
#include <asm/sigcontext.h>
#include <asm/user.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment