Commit f5b07cc7 authored by Brad Hards's avatar Brad Hards Committed by Linus Torvalds

[PATCH] Re: header cleanup - drivers_ieee1394_sbp2.c

  <asm/io.h> has the normal idempotent construction on every architecture.

  The attached file removes the second #include.
parent c7195a11
...@@ -326,7 +326,6 @@ ...@@ -326,7 +326,6 @@
#include <asm/byteorder.h> #include <asm/byteorder.h>
#include <asm/atomic.h> #include <asm/atomic.h>
#include <asm/system.h> #include <asm/system.h>
#include <asm/io.h>
#include <asm/scatterlist.h> #include <asm/scatterlist.h>
#ifdef CONFIG_KBUILD_2_5 #ifdef CONFIG_KBUILD_2_5
......
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