Fix gpio includes of mt8173 platform to avoid collision.
authorAntonio Nino Diaz <antonio.ninodiaz@arm.com>
Wed, 17 Feb 2016 11:00:37 +0000 (11:00 +0000)
committerAntonio Nino Diaz <antonio.ninodiaz@arm.com>
Wed, 17 Feb 2016 17:23:46 +0000 (17:23 +0000)
commite0ea0928d5b7779cd9c3dfb1aec4879ae35c0625
treef19066d6f04a833e45fc6cb8f2ab7899655b5879
parent4a9663062cef254e79189e4fbde85172eb58f9ce
Fix gpio includes of mt8173 platform to avoid collision.

All files including plat/mediatek/mt8173/drivers/gpio/gpio.h were
using system includes instead of user includes, which may cause the
wrong version of the header to be included. Said includes have been
changed to user includes to make sure that the included file is the
wanted one.

Change-Id: I29bdfe96fbd9a7900875e2357bbb43f3ea431fa5
plat/mediatek/mt8173/drivers/gpio/gpio.c
plat/mediatek/mt8173/plat_pm.c