devices.c (54b693d46772f59fcfcb2cdd0f8b4bff2392b188) devices.c (622297fdec22310d57cc3222a8fc337993c7cd23)
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

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

21
22#include <mach/tc.h>
23#include <mach/mux.h>
24
25#include <mach/omap7xx.h>
26#include <mach/camera.h>
27#include <mach/hardware.h>
28
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

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

21
22#include <mach/tc.h>
23#include <mach/mux.h>
24
25#include <mach/omap7xx.h>
26#include <mach/camera.h>
27#include <mach/hardware.h>
28
29#include "../plat-omap/sram.h"
30
29#include "common.h"
30#include "clock.h"
31#include "dma.h"
32#include "mmc.h"
33
34#if defined(CONFIG_SND_SOC) || defined(CONFIG_SND_SOC_MODULE)
35
36static struct platform_device omap_pcm = {

--- 427 unchanged lines hidden ---
31#include "common.h"
32#include "clock.h"
33#include "dma.h"
34#include "mmc.h"
35
36#if defined(CONFIG_SND_SOC) || defined(CONFIG_SND_SOC_MODULE)
37
38static struct platform_device omap_pcm = {

--- 427 unchanged lines hidden ---