| .. | .. |
|---|
| 11 | 11 | #include <linux/clk-provider.h> |
|---|
| 12 | 12 | #include <linux/dma-mapping.h> |
|---|
| 13 | 13 | #include <linux/init.h> |
|---|
| 14 | +#include <linux/io.h> |
|---|
| 14 | 15 | #include <linux/of.h> |
|---|
| 15 | 16 | #include <linux/of_platform.h> |
|---|
| 16 | 17 | #include <linux/platform_data/dma-mv_xor.h> |
|---|
| .. | .. |
|---|
| 21 | 22 | #include <asm/mach/arch.h> |
|---|
| 22 | 23 | #include <asm/mach/map.h> |
|---|
| 23 | 24 | #include <asm/mach/time.h> |
|---|
| 24 | | -#include <mach/bridge-regs.h> |
|---|
| 25 | | -#include <mach/pm.h> |
|---|
| 26 | 25 | #include <plat/common.h> |
|---|
| 27 | 26 | #include <plat/irq.h> |
|---|
| 28 | 27 | #include <plat/time.h> |
|---|
| 28 | +#include "bridge-regs.h" |
|---|
| 29 | +#include "pm.h" |
|---|
| 29 | 30 | #include "common.h" |
|---|
| 30 | 31 | |
|---|
| 31 | 32 | /* These can go away once Dove uses the mvebu-mbus DT binding */ |
|---|
| .. | .. |
|---|
| 47 | 48 | /***************************************************************************** |
|---|
| 48 | 49 | * I/O Address Mapping |
|---|
| 49 | 50 | ****************************************************************************/ |
|---|
| 50 | | -static struct map_desc dove_io_desc[] __initdata = { |
|---|
| 51 | +static struct map_desc __maybe_unused dove_io_desc[] __initdata = { |
|---|
| 51 | 52 | { |
|---|
| 52 | 53 | .virtual = (unsigned long) DOVE_SB_REGS_VIRT_BASE, |
|---|
| 53 | 54 | .pfn = __phys_to_pfn(DOVE_SB_REGS_PHYS_BASE), |
|---|