]> git.pld-linux.org Git - packages/kernel.git/commitdiff
- missing <linux/mm.h> include (broke build on alpha)
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 11 Dec 2003 15:36:01 +0000 (15:36 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    linux-2.4.23-libata1-include.patch -> 1.1

linux-2.4.23-libata1-include.patch [new file with mode: 0644]

diff --git a/linux-2.4.23-libata1-include.patch b/linux-2.4.23-libata1-include.patch
new file mode 100644 (file)
index 0000000..c09f663
--- /dev/null
@@ -0,0 +1,10 @@
+--- linux-2.4.23/drivers/scsi/libata-core.c.orig       2003-12-11 12:59:28.000000000 +0000
++++ linux-2.4.23/drivers/scsi/libata-core.c    2003-12-11 14:56:55.000000000 +0000
+@@ -28,6 +28,7 @@
+ #include <linux/pci.h>
+ #include <linux/init.h>
+ #include <linux/list.h>
++#include <linux/mm.h>
+ #include <linux/highmem.h>
+ #include <linux/spinlock.h>
+ #include <linux/blkdev.h>
This page took 0.392784 seconds and 4 git commands to generate.