mirror of
https://github.com/torvalds/linux.git
synced 2024-12-26 04:42:12 +00:00
c15def1cc3
The DB8500 ED (Early Drop) and V1 are only available inside of ST-Ericsson or partners, we have actively replaced and scrapped these prototypes. All Nova products on the open market (such as the Snowball board) are based on V2 and later ASIC variants. So let us focus on supporting the silicon that will be used and delete this to get a clear overview. Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
22 lines
476 B
C
22 lines
476 B
C
/*
|
|
* Copyright (C) ST-Ericsson SA 2010
|
|
*
|
|
* License terms: GNU General Public License (GPL) version 2
|
|
*/
|
|
|
|
#ifndef __ASM_ARCH_DEVICES_H__
|
|
#define __ASM_ARCH_DEVICES_H__
|
|
|
|
struct platform_device;
|
|
struct amba_device;
|
|
|
|
extern struct platform_device u5500_gpio_devs[];
|
|
extern struct platform_device u8500_gpio_devs[];
|
|
|
|
extern struct amba_device ux500_pl031_device;
|
|
|
|
extern struct platform_device u8500_dma40_device;
|
|
extern struct platform_device ux500_ske_keypad_device;
|
|
|
|
#endif
|