devices.c (2589d056122f6dcb405d411eae872aac8cf9da1b) devices.c (45c3eb7d3a07eb08d1b5b0f5983a996d41610b84)
1/*
2 * linux/arch/arm/mach-omap2/devices.c
3 *
4 * OMAP2 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 unchanged lines hidden (view full) ---

18#include <linux/slab.h>
19#include <linux/of.h>
20#include <linux/pinctrl/machine.h>
21#include <linux/platform_data/omap4-keypad.h>
22
23#include <asm/mach-types.h>
24#include <asm/mach/map.h>
25
1/*
2 * linux/arch/arm/mach-omap2/devices.c
3 *
4 * OMAP2 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 unchanged lines hidden (view full) ---

18#include <linux/slab.h>
19#include <linux/of.h>
20#include <linux/pinctrl/machine.h>
21#include <linux/platform_data/omap4-keypad.h>
22
23#include <asm/mach-types.h>
24#include <asm/mach/map.h>
25
26#include <plat-omap/dma-omap.h>
26#include <linux/omap-dma.h>
27
28#include "iomap.h"
29#include "omap_hwmod.h"
30#include "omap_device.h"
31#include "omap4-keypad.h"
32
33#include "soc.h"
34#include "common.h"

--- 614 unchanged lines hidden ---
27
28#include "iomap.h"
29#include "omap_hwmod.h"
30#include "omap_device.h"
31#include "omap4-keypad.h"
32
33#include "soc.h"
34#include "common.h"

--- 614 unchanged lines hidden ---