c293pcie.c (50501936288d6a29d7ef78f25d00e33240fad45f) c293pcie.c (81d7cac4d11cc65f29be68c72759429d5194347a)
1// SPDX-License-Identifier: GPL-2.0-or-later
2/*
3 * C293PCIE Board Setup
4 *
5 * Copyright 2013 Freescale Semiconductor Inc.
6 */
7
8#include <linux/stddef.h>
9#include <linux/kernel.h>
1// SPDX-License-Identifier: GPL-2.0-or-later
2/*
3 * C293PCIE Board Setup
4 *
5 * Copyright 2013 Freescale Semiconductor Inc.
6 */
7
8#include <linux/stddef.h>
9#include <linux/kernel.h>
10#include <linux/of_fdt.h>
11#include <linux/of_platform.h>
10#include <linux/of.h>
12
13#include <asm/machdep.h>
14#include <asm/udbg.h>
15#include <asm/mpic.h>
16
17#include <sysdev/fsl_soc.h>
18#include <sysdev/fsl_pci.h>
19

--- 36 unchanged lines hidden ---
11
12#include <asm/machdep.h>
13#include <asm/udbg.h>
14#include <asm/mpic.h>
15
16#include <sysdev/fsl_soc.h>
17#include <sysdev/fsl_pci.h>
18

--- 36 unchanged lines hidden ---