[PATCH -mm] rapidio: fix docbook references

From: Randy Dunlap
Date: Sat Mar 15 2008 - 19:38:25 EST


From: Randy Dunlap <randy.dunlap@xxxxxxxxxx>

Fix rapidio docbook (file was removed) and fix header file kernel-doc.

Signed-off-by: Randy Dunlap <randy.dunlap@xxxxxxxxxx>
---
Documentation/DocBook/rapidio.tmpl | 1 -
include/linux/rio.h | 4 ++--
2 files changed, 2 insertions(+), 3 deletions(-)

--- mmotm-2008-0314-1449.orig/Documentation/DocBook/rapidio.tmpl
+++ mmotm-2008-0314-1449/Documentation/DocBook/rapidio.tmpl
@@ -133,7 +133,6 @@
!Idrivers/rapidio/rio-sysfs.c
</sect1>
<sect1 id="PPC32_support"><title>PPC32 support</title>
-!Iarch/powerpc/kernel/rio.c
!Earch/powerpc/sysdev/fsl_rio.c
!Iarch/powerpc/sysdev/fsl_rio.c
</sect1>
--- mmotm-2008-0314-1449.orig/include/linux/rio.h
+++ mmotm-2008-0314-1449/include/linux/rio.h
@@ -327,7 +327,7 @@ struct rio_route_ops {
};

/**
- * Struct for RIO memory definition.
+ * struct rio_mem - struct for RIO memory definition.
* @node: Node in list of memories
* @virt: The virtual address for mapped memory accessing.
* @owner: The owner id of this memory.
@@ -346,7 +346,7 @@ struct rio_mem {
};

/**
- * Struct for RIO memory definition.
+ * struct rio_mem_ops - Struct for RIO memory operations definition.
* @map_inb: The function for mapping inbound memory window.
* @map_outb: The function for mapping outbound memory window.
* @unmap_inb: The function for unmapping inbound memory window.
--
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/