devices.c (a61944c251c3e68c4bbf6eb96ff61c7b286351c5) devices.c (2f8163baada3dbd0ce891c35bc59ae46e773487a)
1/*
2 * linux/arch/arm/mach-omap1/devices.c
3 *
4 * OMAP1 platform device setup/initialization
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 as published by
8 * the Free Software Foundation; either version 2 of the License, or
9 * (at your option) any later version.
10 */
11
12#include <linux/dma-mapping.h>
1/*
2 * linux/arch/arm/mach-omap1/devices.c
3 *
4 * OMAP1 platform device setup/initialization
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 as published by
8 * the Free Software Foundation; either version 2 of the License, or
9 * (at your option) any later version.
10 */
11
12#include <linux/dma-mapping.h>
13#include <linux/gpio.h>
13#include <linux/module.h>
14#include <linux/kernel.h>
15#include <linux/init.h>
16#include <linux/platform_device.h>
17#include <linux/io.h>
18#include <linux/spi/spi.h>
19
20#include <mach/camera.h>
21#include <mach/hardware.h>
22#include <asm/mach/map.h>
23
24#include <plat/tc.h>
25#include <plat/board.h>
26#include <plat/mux.h>
14#include <linux/module.h>
15#include <linux/kernel.h>
16#include <linux/init.h>
17#include <linux/platform_device.h>
18#include <linux/io.h>
19#include <linux/spi/spi.h>
20
21#include <mach/camera.h>
22#include <mach/hardware.h>
23#include <asm/mach/map.h>
24
25#include <plat/tc.h>
26#include <plat/board.h>
27#include <plat/mux.h>
27#include <mach/gpio.h>
28#include <plat/mmc.h>
29#include <plat/omap7xx.h>
30#include <plat/mcbsp.h>
31
32/*-------------------------------------------------------------------------*/
33
34#if defined(CONFIG_RTC_DRV_OMAP) || defined(CONFIG_RTC_DRV_OMAP_MODULE)
35

--- 298 unchanged lines hidden ---
28#include <plat/mmc.h>
29#include <plat/omap7xx.h>
30#include <plat/mcbsp.h>
31
32/*-------------------------------------------------------------------------*/
33
34#if defined(CONFIG_RTC_DRV_OMAP) || defined(CONFIG_RTC_DRV_OMAP_MODULE)
35

--- 298 unchanged lines hidden ---