This is a discussion on [patch -mmotm 4/6] fix aty-use-memory_read_from_buffer.patch - Kernel ; Now memory_read_from_buffer() belongs in string.h Signed-off-by: Akinobu Mita Cc: Benjamin Herrenschmidt Cc: "Antonino A. Daplas" Cc: Krzysztof Helt --- drivers/video/aty/radeon_base.c | 1 - 1 file changed, 1 deletion(-) Index: 2.6-mmotm/drivers/video/aty/radeon_base.c ================================================== ================= --- 2.6-mmotm.orig/drivers/video/aty/radeon_base.c +++ 2.6-mmotm/drivers/video/aty/radeon_base.c @@ -70,7 +70,6 @@ ...
Now memory_read_from_buffer() belongs in string.h
Signed-off-by: Akinobu Mita
Cc: Benjamin Herrenschmidt
Cc: "Antonino A. Daplas"
Cc: Krzysztof Helt
---
drivers/video/aty/radeon_base.c | 1 -
1 file changed, 1 deletion(-)
Index: 2.6-mmotm/drivers/video/aty/radeon_base.c
================================================== =================
--- 2.6-mmotm.orig/drivers/video/aty/radeon_base.c
+++ 2.6-mmotm/drivers/video/aty/radeon_base.c
@@ -70,7 +70,6 @@
#include
#include
#include
-#include
#include
#include
--
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/