Subject: [@num@/@total@] i.MX family: Clean up
From: Juergen Beisert <j.beisert@pengutronix.de>

Clean current header files from doxygen style comments (incomplete yet).

Signed-off-by: Juergen Beisert <j.beisert@pengutronix.de>

---

 include/asm-arm/arch-mxc/hardware.h |    9 ++-------
 include/asm-arm/arch-mxc/io.h       |   14 +++-----------
 include/asm-arm/arch-mxc/irqs.h     |   14 ++++----------
 include/asm-arm/arch-mxc/memory.h   |   14 ++++----------
 include/asm-arm/arch-mxc/vmalloc.h  |   13 +++----------
 5 files changed, 16 insertions(+), 48 deletions(-)

Index: include/asm-arm/arch-mxc/memory.h
===================================================================
--- include/asm-arm/arch-mxc/memory.h.orig
+++ include/asm-arm/arch-mxc/memory.h
@@ -13,24 +13,18 @@
 
 #include <asm/hardware.h>
 
-/*!
- * @file memory.h
- * @brief This file contains macros needed by the Linux kernel and drivers.
- *
- * @ingroup Memory
- */
-
-/*!
+/*
  * Virtual view <-> DMA view memory address translations
  * This macro is used to translate the virtual address to an address
  * suitable to be passed to set_dma_addr()
  */
 #define __virt_to_bus(a)	__virt_to_phys(a)
 
-/*!
+/*
  * Used to convert an address for DMA operations to an address that the
  * kernel can use.
  */
 #define __bus_to_virt(a)	__phys_to_virt(a)
 
-#endif				/* __ASM_ARCH_MXC_MEMORY_H__ */
+#endif /* __ASM_ARCH_MXC_MEMORY_H__ */
+
Index: include/asm-arm/arch-mxc/vmalloc.h
===================================================================
--- include/asm-arm/arch-mxc/vmalloc.h.orig
+++ include/asm-arm/arch-mxc/vmalloc.h
@@ -20,17 +20,10 @@
 #ifndef __ASM_ARCH_MXC_VMALLOC_H__
 #define __ASM_ARCH_MXC_VMALLOC_H__
 
-/*!
- * @file vmalloc.h
- *
- * @brief This file contains platform specific macros for vmalloc.
- *
- * @ingroup System
- */
-
-/*!
+/*
  * vmalloc ending address
  */
 #define VMALLOC_END       0xF4000000
 
-#endif				/* __ASM_ARCH_MXC_VMALLOC_H__ */
+#endif /* __ASM_ARCH_MXC_VMALLOC_H__ */
+
Index: include/asm-arm/arch-mxc/irqs.h
===================================================================
--- include/asm-arm/arch-mxc/irqs.h.orig
+++ include/asm-arm/arch-mxc/irqs.h
@@ -13,26 +13,20 @@
 
 #include <asm/hardware.h>
 
-/*!
- * @file irqs.h
- * @brief This file defines the number of normal interrupts and fast interrupts
- *
- * @ingroup Interrupt
- */
-
 #define MXC_IRQ_TO_EXPIO(irq)	((irq) - MXC_EXP_IO_BASE)
 
 #define MXC_IRQ_TO_GPIO(irq)	((irq) - MXC_GPIO_INT_BASE)
 #define MXC_GPIO_TO_IRQ(x)	(MXC_GPIO_INT_BASE + x)
 
-/*!
+/*
  * Number of normal interrupts
  */
 #define NR_IRQS		MXC_MAX_INTS
 
-/*!
+/*
  * Number of fast interrupts
  */
 #define NR_FIQS		MXC_MAX_INTS
 
-#endif				/* __ASM_ARCH_MXC_IRQS_H__ */
+#endif /* __ASM_ARCH_MXC_IRQS_H__ */
+
Index: include/asm-arm/arch-mxc/hardware.h
===================================================================
--- include/asm-arm/arch-mxc/hardware.h.orig
+++ include/asm-arm/arch-mxc/hardware.h
@@ -8,12 +8,6 @@
  * published by the Free Software Foundation.
  */
 
-/*!
- * @file hardware.h
- * @brief This file contains the hardware definitions of the board.
- *
- * @ingroup System
- */
 #ifndef __ASM_ARCH_MXC_HARDWARE_H__
 #define __ASM_ARCH_MXC_HARDWARE_H__
 
@@ -49,4 +43,5 @@
                                 MXC_MAX_EXP_IO_LINES + \
                                 MXC_MAX_VIRTUAL_INTS)
 
-#endif				/* __ASM_ARCH_MXC_HARDWARE_H__ */
+#endif /* __ASM_ARCH_MXC_HARDWARE_H__ */
+
Index: include/asm-arm/arch-mxc/io.h
===================================================================
--- include/asm-arm/arch-mxc/io.h.orig
+++ include/asm-arm/arch-mxc/io.h
@@ -8,22 +8,13 @@
  * published by the Free Software Foundation.
  */
 
-/*!
- * @file io.h
- * @brief This file contains some memory mapping macros.
- * @note There is no real ISA or PCI buses. But have to define these macros
- * for some drivers to compile.
- *
- * @ingroup System
- */
-
 #ifndef __ASM_ARCH_MXC_IO_H__
 #define __ASM_ARCH_MXC_IO_H__
 
-/*! Allow IO space to be anywhere in the memory */
+/* Allow IO space to be anywhere in the memory */
 #define IO_SPACE_LIMIT 0xffffffff
 
-/*!
+/*
  * io address mapping macro
  */
 #define __io(a)			((void __iomem *)(a))
@@ -31,3 +22,4 @@
 #define __mem_pci(a)		(a)
 
 #endif
+
