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
6f8016b8
Commit
6f8016b8
authored
Feb 19, 2016
by
danh-arm
Browse files
Merge pull request #525 from antonio-nino-diaz-arm/an/fix-gpio-includes
Fix gpio includes of mt8173 platform to avoid collision.
parents
f62d89ed
e0ea0928
Changes
2
Hide whitespace changes
Inline
Side-by-side
plat/mediatek/mt8173/drivers/gpio/gpio.c
View file @
6f8016b8
...
...
@@ -28,10 +28,10 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#include <debug.h>
#include <gpio.h>
#include <mmio.h>
#include <mt8173_def.h>
#include <pmic_wrap_init.h>
#include "gpio.h"
enum
{
MAX_GPIO_REG_BITS
=
16
,
...
...
plat/mediatek/mt8173/plat_pm.c
View file @
6f8016b8
...
...
@@ -36,7 +36,6 @@
#include <console.h>
#include <debug.h>
#include <errno.h>
#include <gpio.h>
#include <mcucfg.h>
#include <mmio.h>
#include <mt8173_def.h>
...
...
@@ -49,6 +48,7 @@
#include <spm_hotplug.h>
#include <spm_mcdi.h>
#include <spm_suspend.h>
#include "drivers/gpio/gpio.h"
struct
core_context
{
unsigned
long
timer_data
[
8
];
...
...
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