* [Accel-config] [PATCH v1 1/6] accel-config: Combine symbols in same release into single group
@ 2021-01-23 5:35 ramesh.thomas
0 siblings, 0 replies; only message in thread
From: ramesh.thomas @ 2021-01-23 5:35 UTC (permalink / raw)
To: accel-config
[-- Attachment #1: Type: text/plain, Size: 899 bytes --]
From: Ramesh Thomas <ramesh.thomas(a)intel.com>
2 sets of functions added during the same release were put in
separate groups. Combine the groups into one.
Signed-off-by: Ramesh Thomas <ramesh.thomas(a)intel.com>
---
accfg/lib/libaccel-config.sym | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/accfg/lib/libaccel-config.sym b/accfg/lib/libaccel-config.sym
index 73c8417..00f97d5 100644
--- a/accfg/lib/libaccel-config.sym
+++ b/accfg/lib/libaccel-config.sym
@@ -132,10 +132,6 @@ global:
accfg_wq_get_max_transfer_size;
accfg_wq_set_max_batch_size;
accfg_wq_set_max_transfer_size;
-} LIBACCFG_6;
-
-LIBACCFG_8 {
-global:
accfg_device_first_mdev;
accfg_device_next_mdev;
accfg_mdev_get_uuid;
@@ -143,4 +139,4 @@ global:
accfg_mdev_basenames;
accfg_create_mdev;
accfg_remove_mdev;
-} LIBACCFG_7;
+} LIBACCFG_6;
--
2.26.2
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2021-01-23 5:35 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-01-23 5:35 [Accel-config] [PATCH v1 1/6] accel-config: Combine symbols in same release into single group ramesh.thomas
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.