On Thu, Dec 19, 2013 at 11:50:49AM +0000, vijay.kilari@gmail.com wrote:
--- /dev/null +++ b/arch/arm64/include/asm/kgdb.h
[...]
+#ifndef __ARM_KGDB_H__ +#define __ARM_KGDB_H__
[...]
+#endif /* __ASM_KGDB_H__ */
Nitpick (while you are addressing the other issues): please change header guards to __ASM_KGDB_H for consistency with most of the other files.
Thanks.