hc
2024-05-10 37f49e37ab4cb5d0bc4c60eb5c6d4dd57db767bb
kernel/arch/arm/mach-omap2/omap_hwmod_common_data.h
....@@ -1,3 +1,4 @@
1
+/* SPDX-License-Identifier: GPL-2.0-only */
12 /*
23 * omap_hwmod_common_data.h - OMAP hwmod common macros and declarations
34 *
....@@ -5,10 +6,6 @@
56 * Copyright (C) 2010-2012 Texas Instruments, Inc.
67 * Paul Walmsley
78 * 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.
129 */
1310 #ifndef __ARCH_ARM_MACH_OMAP2_OMAP_HWMOD_COMMON_DATA_H
1411 #define __ARCH_ARM_MACH_OMAP2_OMAP_HWMOD_COMMON_DATA_H
....@@ -24,8 +21,6 @@
2421 extern struct omap_hwmod omap2xxx_l4_wkup_hwmod;
2522 extern struct omap_hwmod omap2xxx_mpu_hwmod;
2623 extern struct omap_hwmod omap2xxx_iva_hwmod;
27
-extern struct omap_hwmod omap2xxx_timer1_hwmod;
28
-extern struct omap_hwmod omap2xxx_timer2_hwmod;
2924 extern struct omap_hwmod omap2xxx_timer3_hwmod;
3025 extern struct omap_hwmod omap2xxx_timer4_hwmod;
3126 extern struct omap_hwmod omap2xxx_timer5_hwmod;
....@@ -50,7 +45,6 @@
5045 extern struct omap_hwmod omap2xxx_gpio4_hwmod;
5146 extern struct omap_hwmod omap2xxx_mcspi1_hwmod;
5247 extern struct omap_hwmod omap2xxx_mcspi2_hwmod;
53
-extern struct omap_hwmod omap2xxx_counter_32k_hwmod;
5448 extern struct omap_hwmod omap2xxx_gpmc_hwmod;
5549 extern struct omap_hwmod omap2xxx_rng_hwmod;
5650 extern struct omap_hwmod omap2xxx_sham_hwmod;
....@@ -101,7 +95,6 @@
10195 extern struct omap_hwmod_class omap2xxx_timer_hwmod_class;
10296 extern struct omap_hwmod_class omap2xxx_wd_timer_hwmod_class;
10397 extern struct omap_hwmod_class omap2xxx_gpio_hwmod_class;
104
-extern struct omap_hwmod_class omap2xxx_dma_hwmod_class;
10598 extern struct omap_hwmod_class omap2xxx_mailbox_hwmod_class;
10699 extern struct omap_hwmod_class omap2xxx_mcspi_class;
107100