io.c (68fb31706d50dd5d337cd7928aeb780358b910a5) io.c (45c3eb7d3a07eb08d1b5b0f5983a996d41610b84)
1/*
2 * linux/arch/arm/mach-omap1/io.c
3 *
4 * OMAP1 I/O mapping code
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License version 2 as
8 * published by the Free Software Foundation.

--- 4 unchanged lines hidden (view full) ---

13#include <linux/init.h>
14#include <linux/io.h>
15
16#include <asm/tlb.h>
17#include <asm/mach/map.h>
18
19#include <mach/mux.h>
20#include <mach/tc.h>
1/*
2 * linux/arch/arm/mach-omap1/io.c
3 *
4 * OMAP1 I/O mapping code
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License version 2 as
8 * published by the Free Software Foundation.

--- 4 unchanged lines hidden (view full) ---

13#include <linux/init.h>
14#include <linux/io.h>
15
16#include <asm/tlb.h>
17#include <asm/mach/map.h>
18
19#include <mach/mux.h>
20#include <mach/tc.h>
21#include <plat-omap/dma-omap.h>
21#include <linux/omap-dma.h>
22
23#include "iomap.h"
24#include "common.h"
25#include "clock.h"
26
27/*
28 * The machine specific code may provide the extra mapping besides the
29 * default mapping provided here.

--- 153 unchanged lines hidden ---
22
23#include "iomap.h"
24#include "common.h"
25#include "clock.h"
26
27/*
28 * The machine specific code may provide the extra mapping besides the
29 * default mapping provided here.

--- 153 unchanged lines hidden ---