mirror of
https://github.com/CTCaer/switch-l4t-atf.git
synced 2024-11-28 04:10:32 +00:00
Merge pull request #525 from antonio-nino-diaz-arm/an/fix-gpio-includes
Fix gpio includes of mt8173 platform to avoid collision.
This commit is contained in:
commit
6f8016b87e
@ -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,
|
||||
|
@ -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];
|
||||
|
Loading…
Reference in New Issue
Block a user