.. | .. |
---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-only */ |
---|
1 | 2 | /* |
---|
2 | 3 | * omap_hwmod_common_data.h - OMAP hwmod common macros and declarations |
---|
3 | 4 | * |
---|
.. | .. |
---|
5 | 6 | * Copyright (C) 2010-2012 Texas Instruments, Inc. |
---|
6 | 7 | * Paul Walmsley |
---|
7 | 8 | * BenoƮt Cousson |
---|
8 | | - * |
---|
9 | | - * This program is free software; you can redistribute it and/or modify |
---|
10 | | - * it under the terms of the GNU General Public License version 2 as |
---|
11 | | - * published by the Free Software Foundation. |
---|
12 | 9 | */ |
---|
13 | 10 | #ifndef __ARCH_ARM_MACH_OMAP2_OMAP_HWMOD_COMMON_DATA_H |
---|
14 | 11 | #define __ARCH_ARM_MACH_OMAP2_OMAP_HWMOD_COMMON_DATA_H |
---|
.. | .. |
---|
24 | 21 | extern struct omap_hwmod omap2xxx_l4_wkup_hwmod; |
---|
25 | 22 | extern struct omap_hwmod omap2xxx_mpu_hwmod; |
---|
26 | 23 | extern struct omap_hwmod omap2xxx_iva_hwmod; |
---|
27 | | -extern struct omap_hwmod omap2xxx_timer1_hwmod; |
---|
28 | | -extern struct omap_hwmod omap2xxx_timer2_hwmod; |
---|
29 | 24 | extern struct omap_hwmod omap2xxx_timer3_hwmod; |
---|
30 | 25 | extern struct omap_hwmod omap2xxx_timer4_hwmod; |
---|
31 | 26 | extern struct omap_hwmod omap2xxx_timer5_hwmod; |
---|
.. | .. |
---|
50 | 45 | extern struct omap_hwmod omap2xxx_gpio4_hwmod; |
---|
51 | 46 | extern struct omap_hwmod omap2xxx_mcspi1_hwmod; |
---|
52 | 47 | extern struct omap_hwmod omap2xxx_mcspi2_hwmod; |
---|
53 | | -extern struct omap_hwmod omap2xxx_counter_32k_hwmod; |
---|
54 | 48 | extern struct omap_hwmod omap2xxx_gpmc_hwmod; |
---|
55 | 49 | extern struct omap_hwmod omap2xxx_rng_hwmod; |
---|
56 | 50 | extern struct omap_hwmod omap2xxx_sham_hwmod; |
---|
.. | .. |
---|
101 | 95 | extern struct omap_hwmod_class omap2xxx_timer_hwmod_class; |
---|
102 | 96 | extern struct omap_hwmod_class omap2xxx_wd_timer_hwmod_class; |
---|
103 | 97 | extern struct omap_hwmod_class omap2xxx_gpio_hwmod_class; |
---|
104 | | -extern struct omap_hwmod_class omap2xxx_dma_hwmod_class; |
---|
105 | 98 | extern struct omap_hwmod_class omap2xxx_mailbox_hwmod_class; |
---|
106 | 99 | extern struct omap_hwmod_class omap2xxx_mcspi_class; |
---|
107 | 100 | |
---|