commit | 02e4962865e9b16a0f54836cfb8584274cd010e4 | [log] [tgz] |
---|---|---|
author | Leon Romanovsky <leonro@nvidia.com> | Tue Sep 16 09:05:36 2025 -0400 |
committer | Leon Romanovsky <leon@kernel.org> | Tue Sep 30 05:56:56 2025 -0400 |
tree | 57f9678129fa3cdd1c70f6c263bdf264f1c9582c | |
parent | 68e1d21230cdc9827ea870526917aef952148106 [diff] |
dma-mapping: remove unused map_page callback After conversion of arch code to use physical address mapping, there are no users of .map_page() and .unmap_page() callbacks, so let's remove them. Signed-off-by: Leon Romanovsky <leonro@nvidia.com>