Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Arm Trusted Firmware
Commits
ef4d984a
"ath10k/vscode:/vscode.git/clone" did not exist on "b142c2e0229bc89b44ac527f4f3c3def063bcbc6"
Commit
ef4d984a
authored
Nov 19, 2019
by
Paul Beesley
Committed by
TrustedFirmware Code Review
Nov 19, 2019
Browse files
Merge "GIC-600: Fix include ordering according to the coding style" into integration
parents
af1ac83e
ac426351
Changes
2
Hide whitespace changes
Inline
Side-by-side
drivers/arm/gic/v3/gic600_multichip.c
View file @
ef4d984a
...
...
@@ -9,13 +9,13 @@
*/
#include <assert.h>
#include <common/debug.h>
#include <
drivers/arm/gicv3
.h>
#include <
common/debug
.h>
#include <drivers/arm/gic600_multichip.h>
#include <drivers/arm/gicv3.h>
#include "gic600_multichip_private.h"
#include "../common/gic_common_private.h"
#include "gic600_multichip_private.h"
#warning "GIC-600 Multichip driver is currently experimental and the API may change in future."
...
...
plat/arm/board/n1sdp/n1sdp_bl31_setup.c
View file @
ef4d984a
...
...
@@ -6,11 +6,11 @@
#include <platform_def.h>
#include <common/debug.h>
#include <drivers/arm/css/css_mhu_doorbell.h>
#include <drivers/arm/css/scmi.h>
#include <drivers/arm/css/sds.h>
#include <drivers/arm/gic600_multichip.h>
#include <common/debug.h>
#include <lib/mmio.h>
#include <lib/utils.h>
#include <plat/arm/common/plat_arm.h>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment