spear13xx.c (c25141062a82ae8bddced1b3ce2b57a1c0efabe0) spear13xx.c (f2ad937b62d984fd1ede3994798fe39f5fabc8d7)
1/*
2 * arch/arm/mach-spear13xx/spear13xx.c
3 *
4 * SPEAr13XX machines common source file
5 *
6 * Copyright (C) 2012 ST Microelectronics
7 * Viresh Kumar <vireshk@kernel.org>
8 *
9 * This file is licensed under the terms of the GNU General Public
10 * License version 2. This program is licensed "as is" without any
11 * warranty of any kind, whether express or implied.
12 */
13
14#define pr_fmt(fmt) "SPEAr13xx: " fmt
15
16#include <linux/amba/pl022.h>
17#include <linux/clk.h>
1/*
2 * arch/arm/mach-spear13xx/spear13xx.c
3 *
4 * SPEAr13XX machines common source file
5 *
6 * Copyright (C) 2012 ST Microelectronics
7 * Viresh Kumar <vireshk@kernel.org>
8 *
9 * This file is licensed under the terms of the GNU General Public
10 * License version 2. This program is licensed "as is" without any
11 * warranty of any kind, whether express or implied.
12 */
13
14#define pr_fmt(fmt) "SPEAr13xx: " fmt
15
16#include <linux/amba/pl022.h>
17#include <linux/clk.h>
18#include <linux/clk/spear.h>
18#include <linux/clocksource.h>
19#include <linux/err.h>
20#include <linux/of.h>
21#include <asm/hardware/cache-l2x0.h>
22#include <asm/mach/map.h>
23#include <mach/spear.h>
24#include "generic.h"
25

--- 103 unchanged lines hidden ---
19#include <linux/clocksource.h>
20#include <linux/err.h>
21#include <linux/of.h>
22#include <asm/hardware/cache-l2x0.h>
23#include <asm/mach/map.h>
24#include <mach/spear.h>
25#include "generic.h"
26

--- 103 unchanged lines hidden ---