mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
zdev: remove duplicate ap_node structure
There is already an identical vfio_ap_node defined in libap, use that instead. Also remove one awkard usage of struct ap_node in libap. Reviewed-by: Boris Fiuczynski <fiuczy@linux.ibm.com> Reviewed-by: Anthony Krowiak <akrowiak@linux.ibm.com> Reviewed-by: Marc Hartmayer <mhartmay@linux.ibm.com> Signed-off-by: Matthew Rosato <mjrosato@linux.ibm.com> Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>
This commit is contained in:
committed by
Jan Höppner
parent
d7b3196286
commit
9c8d117cc2
@@ -24,11 +24,6 @@ extern struct devtype ap_devtype;
|
||||
extern struct subtype ap_subtype;
|
||||
extern struct namespace ap_namespace;
|
||||
|
||||
struct ap_node {
|
||||
struct util_list_node node;
|
||||
unsigned int id;
|
||||
};
|
||||
|
||||
struct mdev_cb_data {
|
||||
struct util_list *adapters;
|
||||
struct util_list *domains;
|
||||
|
||||
Reference in New Issue
Block a user