[PATCH -mm] fix dcdbas-use-memory_read_from_buffer.patch

From: Akinobu Mita
Date: Fri Jul 04 2008 - 13:00:56 EST


Now memory_read_from_buffer() belongs in string.h

Signed-off-by: Akinobu Mita <akinobu.mita@xxxxxxxxx>
Cc: Doug Warzecha <Douglas_Warzecha@xxxxxxxx>
Cc: Zhang Rui <rui.zhang@xxxxxxxxx>
Cc: Matt Domsch <Matt_Domsch@xxxxxxxx>
---
drivers/firmware/dcdbas.c | 1 -
1 file changed, 1 deletion(-)

Index: 2.6-mm/drivers/firmware/dcdbas.c
===================================================================
--- 2.6-mm.orig/drivers/firmware/dcdbas.c
+++ 2.6-mm/drivers/firmware/dcdbas.c
@@ -34,7 +34,6 @@
#include <linux/string.h>
#include <linux/types.h>
#include <linux/mutex.h>
-#include <linux/fs.h>
#include <asm/io.h>

#include "dcdbas.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/