From 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Tue, 22 Oct 2024 10:36:11 +0000 Subject: [PATCH] 修改4g拨号为QMI,需要在系统里后台执行quectel-CM --- kernel/include/linux/protected_memory_allocator.h | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/kernel/include/linux/protected_memory_allocator.h b/kernel/include/linux/protected_memory_allocator.h index 1e05bb8..825af48 100644 --- a/kernel/include/linux/protected_memory_allocator.h +++ b/kernel/include/linux/protected_memory_allocator.h @@ -46,7 +46,7 @@ * @pma_free_page: Callback to free protected memory */ struct protected_memory_allocator_ops { - /** + /* * pma_alloc_page - Allocate protected memory pages * * @pma_dev: The protected memory allocator the request is being made @@ -59,7 +59,7 @@ struct protected_memory_allocator_device *pma_dev, unsigned int order); - /** + /* * pma_get_phys_addr - Get the physical address of the protected memory * allocation * @@ -74,7 +74,7 @@ struct protected_memory_allocator_device *pma_dev, struct protected_memory_allocation *pma); - /** + /* * pma_free_page - Free a page of memory * * @pma_dev: The protected memory allocator the request is being made -- Gitblit v1.6.2