ARM: ux500: remove support for early silicon revisions
[deliverable/linux.git] / arch / arm / mach-ux500 / include / mach / devices.h
CommitLineData
d48fd006
RV
1/*
2 * Copyright (C) ST-Ericsson SA 2010
3 *
4 * License terms: GNU General Public License (GPL) version 2
5 */
6
7#ifndef __ASM_ARCH_DEVICES_H__
8#define __ASM_ARCH_DEVICES_H__
9
10struct platform_device;
11struct amba_device;
12
591d8dd7 13extern struct platform_device u5500_gpio_devs[];
5b1f7ddf
RV
14extern struct platform_device u8500_gpio_devs[];
15
d48fd006
RV
16extern struct amba_device ux500_pl031_device;
17
7b8ddb06 18extern struct platform_device u8500_dma40_device;
4c61c845 19extern struct platform_device ux500_ske_keypad_device;
7b8ddb06 20
d48fd006 21#endif
This page took 0.137709 seconds and 5 git commands to generate.