diff options
author | Konstantin Porotchkin <kostap@marvell.com> | 2018-07-29 13:30:51 +0300 |
---|---|---|
committer | Konstantin Porotchkin <kostap@marvell.com> | 2018-09-02 14:10:47 +0300 |
commit | 94d6dd677bd2b0837810909af80f8e9702bbd841 (patch) | |
tree | 34be876d6601e80a8954c70824a6d1eec6b98d29 /drivers/marvell/gwin.c | |
parent | c5e0b3b06f4c715b1ab81b0c099939478b9617f7 (diff) | |
download | platform_external_arm-trusted-firmware-94d6dd677bd2b0837810909af80f8e9702bbd841.tar.gz platform_external_arm-trusted-firmware-94d6dd677bd2b0837810909af80f8e9702bbd841.tar.bz2 platform_external_arm-trusted-firmware-94d6dd677bd2b0837810909af80f8e9702bbd841.zip |
plat: marvell: rename common include file
Rename a8k_common.h to armada_common.h to keep the same header
name across all other Marvell Armada platforms.
This is especially useful since various Marvell platforms may
use common platform files and share the driver modules.
Change-Id: I7262105201123d54ccddef9aad4097518f1e38ef
Signed-off-by: Konstantin Porotchkin <kostap@marvell.com>
Diffstat (limited to 'drivers/marvell/gwin.c')
-rw-r--r-- | drivers/marvell/gwin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/marvell/gwin.c b/drivers/marvell/gwin.c index b5705f7a4..a4743eb5e 100644 --- a/drivers/marvell/gwin.c +++ b/drivers/marvell/gwin.c @@ -7,7 +7,7 @@ /* GWIN unit device driver for Marvell AP810 SoC */ -#include <a8k_common.h> +#include <armada_common.h> #include <debug.h> #include <gwin.h> #include <mmio.h> |