lists.zerezo.com
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH -mm] fix s390-cio-use-memory_read_from_buffer.patch
- Date: Sat, 5 Jul 2008 01:51:37 +0900
- From: Akinobu Mita <akinobu.mita@xxxxxxxxx>
- Subject: [PATCH -mm] fix s390-cio-use-memory_read_from_buffer.patch
Now memory_read_from_buffer() belongs in string.h
Signed-off-by: Akinobu Mita <akinobu.mita@xxxxxxxxx>
Cc: Martin Schwidefsky <schwidefsky@xxxxxxxxxx>
Cc: Heiko Carstens <heiko.carstens@xxxxxxxxxx>
Cc: Peter Oberparleiter <peter.oberparleiter@xxxxxxxxxx>
---
drivers/s390/cio/chp.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Index: 2.6-mm/drivers/s390/cio/chp.c
===================================================================
--- 2.6-mm.orig/drivers/s390/cio/chp.c
+++ 2.6-mm/drivers/s390/cio/chp.c
@@ -15,7 +15,7 @@
#include <linux/wait.h>
#include <linux/mutex.h>
#include <linux/errno.h>
-#include <linux/fs.h>
+#include <linux/string.h>
#include <asm/chpid.h>
#include <asm/sclp.h>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/