hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/arch/arm/mach-omap2/omap_device.h
....@@ -1,3 +1,4 @@
1
+/* SPDX-License-Identifier: GPL-2.0-only */
12 /*
23 * omap_device headers
34 *
....@@ -8,10 +9,6 @@
89 * Cousson, Kevin Hilman, Tony Lindgren, Rajendra Nayak, Vikram
910 * Pandita, Sakari Poussa, Anand Sawant, Santosh Shilimkar, Richard
1011 * Woodruff
11
- *
12
- * This program is free software; you can redistribute it and/or modify
13
- * it under the terms of the GNU General Public License version 2 as
14
- * published by the Free Software Foundation.
1512 *
1613 * This type of functionality should be implemented as a proper
1714 * omap_bus/omap_device in Linux.
....@@ -70,10 +67,6 @@
7067 int omap_device_idle(struct platform_device *pdev);
7168
7269 /* Core code interface */
73
-
74
-struct platform_device *omap_device_build(const char *pdev_name, int pdev_id,
75
- struct omap_hwmod *oh, void *pdata,
76
- int pdata_len);
7770
7871 struct omap_device *omap_device_alloc(struct platform_device *pdev,
7972 struct omap_hwmod **ohs, int oh_cnt);