]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
arm: Support iotrace feature
authorSimon Glass <sjg@chromium.org>
Thu, 12 Jun 2014 05:29:42 +0000 (23:29 -0600)
committerSimon Glass <sjg@chromium.org>
Fri, 20 Jun 2014 17:54:40 +0000 (11:54 -0600)
Support the iotrace feature for ARM, when enabled.

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/arm/include/asm/io.h

index 6a1f05ac3efd5326723a94440fc21feee285034c..9f35fd694b35124d9d2db94aea84df36b9c3727d 100644 (file)
@@ -437,4 +437,7 @@ out:
 
 #endif /* __mem_isa */
 #endif /* __KERNEL__ */
+
+#include <iotrace.h>
+
 #endif /* __ASM_ARM_IO_H */