Sfoglia il codice sorgente

arm: Support iotrace feature

Support the iotrace feature for ARM, when enabled.

Signed-off-by: Simon Glass <sjg@chromium.org>
Simon Glass 11 anni fa
parent
commit
ad827e1649
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. 3 0
      arch/arm/include/asm/io.h

+ 3 - 0
arch/arm/include/asm/io.h

@@ -437,4 +437,7 @@ out:
 
 #endif	/* __mem_isa */
 #endif	/* __KERNEL__ */
+
+#include <iotrace.h>
+
 #endif	/* __ASM_ARM_IO_H */