x86/vdso: Change time() prototype to match __vdso_time()
[sfrench/cifs-2.6.git] / arch / arm / mach-omap2 / omap_hwmod_2xxx_3xxx_interconnect_data.c
1 /*
2  * omap_hwmod_2xxx_3xxx_interconnect_data.c - common interconnect data, OMAP2/3
3  *
4  * Copyright (C) 2009-2011 Nokia Corporation
5  * Paul Walmsley
6  *
7  * This program is free software; you can redistribute it and/or modify
8  * it under the terms of the GNU General Public License version 2 as
9  * published by the Free Software Foundation.
10  *
11  * XXX handle crossbar/shared link difference for L3?
12  * XXX these should be marked initdata for multi-OMAP kernels
13  */
14 #include <asm/sizes.h>
15
16 #include "omap_hwmod.h"
17
18 #include "omap_hwmod_common_data.h"
19
20 struct omap_hwmod_addr_space omap2_dma_system_addrs[] = {
21         {
22                 .pa_start       = 0x48056000,
23                 .pa_end         = 0x48056000 + SZ_4K - 1,
24                 .flags          = ADDR_TYPE_RT,
25         },
26         { },
27 };