Skip to content
Commit 7ab2e47d authored by Andre Przywara's avatar Andre Przywara Committed by Tom Rini
Browse files

arm: Clean up asm/io.h



asm/io.h is the header file containing the central MMIO accessor macros.
Judging by the header and the comments, it was apparently once copied
from the Linux kernel, but has deviated since then *heavily*. There is
absolutely no point in staying close to the original Linux code anymore,
so just remove the old cruft, by:
- removing pointless Linux history
- removing commented code
- removing outdated comments
- removing unused definitions (for mem_isa)

This massively improves the readability of the file.

Signed-off-by: default avatarAndre Przywara <andre.przywara@arm.com>
parent 7ed340a8
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment