Skip to content
Commit c3dc39a2 authored by Simon Glass's avatar Simon Glass Committed by Tom Rini
Browse files

arm: Don't include common.h in header files



It is bad practice to include common.h in other header files since it can
bring in any number of superfluous definitions. It implies that some C
files don't include it and thus may be missing CONFIG options that are set
up by that file. The C files should include these themselves.

Update some header files in arch/arm to drop this.

Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
parent b79fdc76
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