[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20080704165749.GF22477@localhost.localdomain>
Date: Sat, 5 Jul 2008 01:57:50 +0900
From: Akinobu Mita <akinobu.mita@...il.com>
To: akpm@...ux-foundation.org
Cc: linux-kernel@...r.kernel.org,
Benjamin Herrenschmidt <benh@...nel.crashing.org>,
"Antonino A. Daplas" <adaplas@....net>,
Krzysztof Helt <krzysztof.h1@...zta.fm>
Subject: [PATCH -mm] fix aty-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: Benjamin Herrenschmidt <benh@...nel.crashing.org>
Cc: "Antonino A. Daplas" <adaplas@....net>
Cc: Krzysztof Helt <krzysztof.h1@...zta.fm>
---
drivers/video/aty/radeon_base.c | 1 -
1 file changed, 1 deletion(-)
Index: 2.6-mm/drivers/video/aty/radeon_base.c
===================================================================
--- 2.6-mm.orig/drivers/video/aty/radeon_base.c
+++ 2.6-mm/drivers/video/aty/radeon_base.c
@@ -70,7 +70,6 @@
#include <linux/pci.h>
#include <linux/vmalloc.h>
#include <linux/device.h>
-#include <linux/fs.h>
#include <asm/io.h>
#include <linux/uaccess.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