diff options
author | Umang Jain <[email protected]> | 2024-04-12 13:27:34 +0530 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2024-04-18 16:53:32 +0200 |
commit | 1c9e16b73166bcc89b3d64674b60943ec6142c3e (patch) | |
tree | 69cacd9fe1ea1428929e5be0c117c92bde76d0c3 /net/unix/af_unix.c | |
parent | e82b22539a89d48140cddca896a53e174b7e05a9 (diff) |
staging: vc04_services: vchiq_arm: Split driver static and runtime data
vchiq_drvdata combines two types of book-keeping data. There is
platform-specific static data (for e.g. cache lines size) and then
data needed for book-keeping at runtime.
Split the data into two structures: struct vchiq_platform_info and
struct vchiq_drv_mgmt. The vchiq_drv_mgmt is allocated at runtime
during probe and will be extended in subsequent patches to remove
all global variables allocated.
No functional changes intended in this patch.
Reviewed-by: Laurent Pinchart <[email protected]>
Signed-off-by: Umang Jain <[email protected]>
Reviewed-by: Stefan Wahren <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions