[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20080704165853.GG22477@localhost.localdomain>
Date: Sat, 5 Jul 2008 01:58:53 +0900
From: Akinobu Mita <akinobu.mita@...il.com>
To: akpm@...ux-foundation.org
Cc: linux-kernel@...r.kernel.org, Greg Kroah-Hartman <gregkh@...e.de>,
Markus Rechberger <markus.rechberger@....com>,
Kay Sievers <kay.sievers@...y.org>
Subject: [PATCH -mm] fix firmware-use-memory_read_from_buffer.patch
Now memory_read_from_buffer() belongs in string.h
Signed-off-by: Akinobu Mita <akinobu.mita@...il.com>
Cc: Greg Kroah-Hartman <gregkh@...e.de>
Cc: Markus Rechberger <markus.rechberger@....com>
Cc: Kay Sievers <kay.sievers@...y.org>
---
drivers/base/firmware_class.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Index: 2.6-mm/drivers/base/firmware_class.c
===================================================================
--- 2.6-mm.orig/drivers/base/firmware_class.c
+++ 2.6-mm/drivers/base/firmware_class.c
@@ -17,7 +17,7 @@
#include <linux/bitops.h>
#include <linux/mutex.h>
#include <linux/kthread.h>
-#include <linux/fs.h>
+#include <linux/string.h>
#include <linux/firmware.h>
#include "base.h"
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists