Shiji Yang
52f0795880
MIPS: vpe-mt: add missing prototypes for vpe_{alloc,start,stop,free}
...
[ Upstream commit 844615dd0f ]
These functions are exported but their prototypes are not defined.
This patch adds the missing function prototypes to fix the following
compilation warnings:
arch/mips/kernel/vpe-mt.c:180:7: error: no previous prototype for 'vpe_alloc' [-Werror=missing-prototypes]
180 | void *vpe_alloc(void)
| ^~~~~~~~~
arch/mips/kernel/vpe-mt.c:198:5: error: no previous prototype for 'vpe_start' [-Werror=missing-prototypes]
198 | int vpe_start(void *vpe, unsigned long start)
| ^~~~~~~~~
arch/mips/kernel/vpe-mt.c:208:5: error: no previous prototype for 'vpe_stop' [-Werror=missing-prototypes]
208 | int vpe_stop(void *vpe)
| ^~~~~~~~
arch/mips/kernel/vpe-mt.c:229:5: error: no previous prototype for 'vpe_free' [-Werror=missing-prototypes]
229 | int vpe_free(void *vpe)
| ^~~~~~~~
Signed-off-by: Shiji Yang <yangshiji66@outlook.com >
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de >
Signed-off-by: Sasha Levin <sashal@kernel.org >
2025-08-28 16:21:28 +02:00
..
2023-08-30 16:27:09 +02:00
2019-05-30 11:26:35 -07:00
2022-12-08 11:22:57 +01:00
2019-05-30 11:29:20 -07:00
2019-05-24 17:39:00 +02:00
2019-06-19 17:09:55 +02:00
2019-07-06 10:32:12 -07:00
2019-05-30 11:26:32 -07:00
2019-07-25 22:10:05 -07:00
2018-12-31 07:12:35 -08:00
2018-06-24 09:27:27 -07:00
2019-08-06 14:29:30 -07:00
2019-05-21 11:28:39 +02:00
2017-11-02 11:10:55 +01:00
2019-09-03 14:20:54 +01:00
2019-07-23 14:33:44 -07:00
2019-07-23 14:33:44 -07:00
2022-06-14 18:11:50 +02:00
2019-07-23 14:33:44 -07:00
2019-07-23 14:33:44 -07:00
2018-06-24 09:27:27 -07:00
2019-07-30 10:41:54 -07:00
2019-06-19 17:09:55 +02:00
2017-11-02 11:10:55 +01:00
2019-05-30 11:26:32 -07:00
2019-09-03 14:20:54 +01:00
2019-07-23 14:33:44 -07:00
2017-07-11 14:13:06 +02:00
2016-09-13 16:45:15 +02:00
2019-06-05 17:37:18 +02:00
2019-06-05 17:37:15 +02:00
2019-07-23 14:33:44 -07:00
2019-05-24 17:36:45 +02:00
2019-07-17 09:42:03 -07:00
2023-03-17 08:32:52 +01:00
2019-07-23 14:33:44 -07:00
2019-07-23 14:33:44 -07:00
2019-05-30 11:26:32 -07:00
2019-07-23 14:33:44 -07:00
2017-11-02 11:10:55 +01:00
2019-05-30 11:26:32 -07:00
2019-05-30 11:29:20 -07:00
2018-08-08 09:48:32 -07:00
2022-01-27 09:19:48 +01:00
2019-05-09 16:48:20 -07:00
2017-11-02 11:10:55 +01:00
2019-05-30 11:26:35 -07:00
2019-08-30 13:54:35 -07:00
2019-06-19 17:09:55 +02:00
2021-07-20 16:10:53 +02:00
2019-05-30 11:26:35 -07:00
2019-05-09 16:39:27 -07:00
2017-03-02 08:42:37 +01:00
2019-07-23 14:33:51 -07:00
2018-10-15 23:11:13 -07:00
2018-08-10 17:27:51 -07:00
2021-03-04 10:26:21 +01:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2017-11-10 20:58:56 +00:00
2019-08-31 11:06:02 +01:00
2020-01-04 19:16:21 +01:00
2019-08-31 11:06:02 +01:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2019-10-23 21:07:28 -07:00
2019-08-23 15:42:40 +01:00
2017-06-29 02:42:26 +02:00
2017-11-02 11:10:55 +01:00
2023-08-08 19:56:34 +02:00
2017-08-07 12:01:17 +02:00
2019-02-07 12:59:45 -08:00
2024-02-23 08:25:09 +01:00
2017-11-02 11:10:55 +01:00
2019-05-30 11:26:32 -07:00
2017-11-02 11:10:55 +01:00
2021-11-21 13:38:50 +01:00
2017-11-17 11:54:55 -08:00
2018-08-29 15:42:20 +02:00
2018-11-07 16:26:42 -08:00
2023-08-30 16:27:21 +02:00
2018-12-05 14:46:44 -08:00
2020-10-01 13:18:20 +02:00
2019-08-26 11:42:40 +01:00
2019-05-30 11:26:32 -07:00
2019-05-30 11:26:32 -07:00
2021-05-19 10:08:32 +02:00
2018-09-20 09:01:15 +02:00
2018-06-24 09:26:03 -07:00
2019-02-13 19:12:33 +01:00
2017-11-02 11:10:55 +01:00
2025-05-02 07:39:23 +02:00
2019-05-30 11:26:32 -07:00
2019-05-30 11:26:32 -07:00
2018-11-09 10:23:19 -08:00
2018-11-09 10:23:18 -08:00
2017-11-02 11:10:55 +01:00
2017-08-30 00:57:29 +02:00
2019-05-30 11:29:20 -07:00
2019-05-30 11:26:32 -07:00
2025-06-04 14:32:32 +02:00
2020-01-04 19:16:21 +01:00
2019-05-22 18:45:52 -07:00
2017-11-02 11:10:55 +01:00
2019-05-30 11:29:20 -07:00
2018-11-09 10:23:19 -08:00
2021-07-14 16:53:36 +02:00
2017-11-02 11:10:55 +01:00
2021-07-19 08:53:08 +02:00
2019-05-30 11:26:32 -07:00
2017-11-02 11:10:55 +01:00
2019-08-31 17:12:26 +01:00
2019-05-30 11:26:32 -07:00
2019-05-21 11:28:39 +02:00
2019-05-30 11:26:32 -07:00
2017-07-11 14:13:06 +02:00
2019-01-22 17:32:01 -08:00
2018-03-09 11:22:45 +00:00
2017-11-02 11:10:55 +01:00
2018-12-06 06:56:38 -08:00
2019-04-09 16:21:30 -07:00
2019-05-30 11:32:33 -07:00
2017-11-02 11:10:55 +01:00
2019-06-19 17:09:06 +02:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2019-07-16 19:23:22 -07:00
2020-08-26 10:41:08 +02:00
2018-03-06 18:40:44 +01:00
2017-11-02 11:10:55 +01:00
2018-11-09 10:23:19 -08:00
2017-11-02 11:10:55 +01:00
2019-05-30 11:26:32 -07:00
2019-05-30 11:26:32 -07:00
2018-05-14 23:58:23 +01:00
2019-06-19 17:09:55 +02:00
2017-11-02 11:10:55 +01:00
2025-05-02 07:39:30 +02:00
2019-05-30 11:26:32 -07:00
2019-05-30 11:26:32 -07:00
2019-06-29 19:36:53 +08:00
2018-11-09 10:23:19 -08:00
2017-11-02 11:10:55 +01:00
2021-07-19 08:53:13 +02:00
2019-04-08 12:00:28 +01:00
2019-02-04 10:56:41 -08:00
2019-02-04 10:56:41 -08:00
2024-02-23 08:25:13 +01:00
2019-07-23 14:33:51 -07:00
2019-05-30 11:26:32 -07:00
2017-11-02 11:10:55 +01:00
2019-07-12 15:13:55 -07:00
2019-08-08 15:12:07 -05:00
2019-06-19 17:09:55 +02:00
2021-07-28 13:30:58 +02:00
2020-12-02 08:49:50 +01:00
2019-12-31 16:45:45 +01:00
2019-09-20 14:55:07 -07:00
2019-09-24 15:54:09 -07:00
2019-05-30 11:26:32 -07:00
2019-05-30 11:26:32 -07:00
2019-09-24 15:54:12 -07:00
2019-06-19 17:09:55 +02:00
2025-06-04 14:32:28 +02:00
2018-11-20 21:04:17 -08:00
2017-11-02 11:10:55 +01:00
2019-05-30 11:26:32 -07:00
2022-04-15 14:18:34 +02:00
2018-07-17 09:40:17 -07:00
2016-08-06 09:13:11 -04:00
2018-08-01 13:20:15 -07:00
2019-05-30 11:26:32 -07:00
2019-02-19 12:46:03 -08:00
2018-09-22 10:31:50 -07:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2019-04-08 12:00:28 +01:00
2017-11-02 11:10:55 +01:00
2018-11-09 10:23:19 -08:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2021-03-07 12:20:43 +01:00
2024-12-14 19:44:21 +01:00
2023-03-11 16:44:04 +01:00
2019-01-03 18:57:57 -08:00
2020-01-09 10:19:56 +01:00
2019-05-30 11:26:32 -07:00
2022-06-22 14:11:15 +02:00
2019-04-03 10:32:54 +02:00
2018-08-10 17:27:53 -07:00
2019-02-04 10:56:24 -08:00
2017-11-02 11:10:55 +01:00
2017-08-30 00:57:26 +02:00
2019-05-30 11:26:32 -07:00
2019-03-04 10:50:14 -08:00
2019-03-19 15:26:06 -07:00
2019-10-02 14:06:41 -07:00
2016-10-07 18:46:30 -07:00
2019-07-25 21:45:05 -07:00
2017-11-02 11:10:55 +01:00
2025-08-28 16:21:28 +02:00
2019-07-23 14:33:44 -07:00
2019-05-30 11:26:32 -07:00