Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=e167c88ebb2fcc2d98bd9a9970ae29e4fda4bdf9
Commit:     e167c88ebb2fcc2d98bd9a9970ae29e4fda4bdf9
Parent:     afd6546d8d2d8ba1dbe1d2508baf81eebdca3d79
Author:     Stefan Richter <[EMAIL PROTECTED]>
AuthorDate: Mon Mar 5 03:07:38 2007 +0100
Committer:  Stefan Richter <[EMAIL PROTECTED]>
CommitDate: Mon Apr 30 00:00:28 2007 +0200

    ieee1394: small header cleanup
    
    Signed-off-by: Stefan Richter <[EMAIL PROTECTED]>
---
 drivers/ieee1394/config_roms.h |    3 +--
 drivers/ieee1394/eth1394.h     |    1 +
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/ieee1394/config_roms.h b/drivers/ieee1394/config_roms.h
index e6cdb5e..02a2187 100644
--- a/drivers/ieee1394/config_roms.h
+++ b/drivers/ieee1394/config_roms.h
@@ -1,8 +1,7 @@
 #ifndef _IEEE1394_CONFIG_ROMS_H
 #define _IEEE1394_CONFIG_ROMS_H
 
-#include "ieee1394_types.h"
-#include "hosts.h"
+struct hpsb_host;
 
 int hpsb_default_host_entry(struct hpsb_host *host);
 int hpsb_init_config_roms(void);
diff --git a/drivers/ieee1394/eth1394.h b/drivers/ieee1394/eth1394.h
index 1e83565..2a88ee4 100644
--- a/drivers/ieee1394/eth1394.h
+++ b/drivers/ieee1394/eth1394.h
@@ -27,6 +27,7 @@
 #include <linux/netdevice.h>
 
 #include "ieee1394.h"
+#include "ieee1394_types.h"
 
 /* Register for incoming packets. This is 4096 bytes, which supports up to
  * S3200 (per Table 16-3 of IEEE 1394b-2002). */
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to