]> www.infradead.org Git - users/jedix/linux-maple.git/commit
staging: vchiq_core: Drop vchiq_pagelist.h
authorUmang Jain <umang.jain@ideasonboard.com>
Thu, 19 Sep 2024 14:21:30 +0000 (19:51 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 9 Oct 2024 09:59:07 +0000 (11:59 +0200)
commit31d2ad610cbd7a4f867a61900139639de1661a7c
tree98b17f80380ab2cf1b229fed410b11a7d82b0c65
parent72d092f121eb634ade3572859cc9110858c77467
staging: vchiq_core: Drop vchiq_pagelist.h

vchiq_pagelist.h only defines one struct and a couple of macros.
It can be merged with vchiq_core since all the pagelist related
function helpers are now in vchiq_core for bulk transfers.

Move the struct and related macros to vchiq_core header and drop
vchiq_pagelist.h.

Signed-off-by: Umang Jain <umang.jain@ideasonboard.com>
Reviewed-by: Dan Carpenter <dan.carpenter@linaro.org>
Link: https://lore.kernel.org/r/20240919142130.1331495-4-umang.jain@ideasonboard.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vc04_services/interface/vchiq_arm/vchiq_core.c
drivers/staging/vc04_services/interface/vchiq_arm/vchiq_core.h
drivers/staging/vc04_services/interface/vchiq_arm/vchiq_pagelist.h [deleted file]