mpp.c (5a2f55019391218d8c08c6f9d32591d91200de77) mpp.c (c22c2c6008d69ff2632f8a69c62782468c2bb5a0)
1/*
2 * arch/arm/mach-orion5x/mpp.c
3 *
4 * MPP functions for Marvell Orion 5x SoCs
5 *
6 * This file is licensed under the terms of the GNU General Public
7 * License version 2. This program is licensed "as is" without any
8 * warranty of any kind, whether express or implied.
9 */
10
11#include <linux/kernel.h>
12#include <linux/init.h>
13#include <linux/io.h>
1/*
2 * arch/arm/mach-orion5x/mpp.c
3 *
4 * MPP functions for Marvell Orion 5x SoCs
5 *
6 * This file is licensed under the terms of the GNU General Public
7 * License version 2. This program is licensed "as is" without any
8 * warranty of any kind, whether express or implied.
9 */
10
11#include <linux/kernel.h>
12#include <linux/init.h>
13#include <linux/io.h>
14#include <mach/hardware.h>
15#include <plat/mpp.h>
14#include <plat/mpp.h>
15#include "orion5x.h"
16#include "mpp.h"
17#include "common.h"
18
19static unsigned int __init orion5x_variant(void)
20{
21 u32 dev;
22 u32 rev;
23

--- 21 unchanged lines hidden ---
16#include "mpp.h"
17#include "common.h"
18
19static unsigned int __init orion5x_variant(void)
20{
21 u32 dev;
22 u32 rev;
23

--- 21 unchanged lines hidden ---