diff options
| author | Simon Glass <[email protected]> | 2014-06-11 23:29:42 -0600 |
|---|---|---|
| committer | Simon Glass <[email protected]> | 2014-06-20 11:54:40 -0600 |
| commit | ad827e1649de85904e8eaacb96ad8a0fa870a3cf (patch) | |
| tree | 246e92e077c21b54df40493a0aea11345296658e | |
| parent | aa53233a15e22ae207436e4015a69d24f06c2703 (diff) | |
arm: Support iotrace feature
Support the iotrace feature for ARM, when enabled.
Signed-off-by: Simon Glass <[email protected]>
| -rw-r--r-- | arch/arm/include/asm/io.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/include/asm/io.h b/arch/arm/include/asm/io.h index 6a1f05ac3ef..9f35fd694b3 100644 --- a/arch/arm/include/asm/io.h +++ b/arch/arm/include/asm/io.h @@ -437,4 +437,7 @@ out: #endif /* __mem_isa */ #endif /* __KERNEL__ */ + +#include <iotrace.h> + #endif /* __ASM_ARM_IO_H */ |
