| From: |
| Jan Dittmer <jan.dittmer@tu-harburg.de> |
| To: |
| Andrew Morton <akpm@digeo.com> |
| Subject: |
| [PATCH] include pci.h in sbp2.c |
| Date: |
| Wed, 02 Jul 2003 10:41:14 +0200 |
| Cc: |
| linux-kernel@vger.kernel.org |
new bug in -mm3.
include pci.h in sbp2.c to fix compilation.
Thanks,
Jan
--- linux-mm/drivers/ieee1394/sbp2.c Wed Jul 2 07:57:13 2003
+++ 2.5.73-mm3/drivers/ieee1394/sbp2.c Wed Jul 2 09:14:23 2003
@@ -56,6 +56,7 @@
#include <linux/smp_lock.h>
#include <linux/init.h>
#include <linux/version.h>
+#include <linux/pci.h>
#include <asm/current.h>
#include <asm/uaccess.h>
#include <asm/io.h>
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/