Re: [RFC PATCH 1/2] PM: EM: Export em_table_alloc/free
From: Christoph Hellwig
Date: Mon Jul 13 2026 - 03:36:39 EST
On Fri, Jul 10, 2026 at 04:24:46PM +0800, Xuewen Yan wrote:
> When drivers wants to alloc a new em_perf_table to update
> their em_perf_table, they need to use em_table_alloc and
> em_table_free.
> So export the two func.
Please send this along with the driver actually using it.