Hello, this patch series removes the service_list and service_location descriptors. It breaks API compatibility by removing the public header files but maintains ABI compatibility by providing stub implementations. Thanks, Gregor Gregor Jasny (3): libdvbv5: Add todo file libdvbv5: remove service_location descriptor libdvbv5: remove service_list descriptor TODO.libdvbv5 | 3 + doxygen_libdvbv5.cfg | 1 - lib/include/libdvbv5/desc_service_list.h | 119 ----------------------- lib/include/libdvbv5/desc_service_location.h | 107 -------------------- lib/libdvbv5/Makefile.am | 5 +- lib/libdvbv5/compat-soname.c | 44 +++++++++ lib/libdvbv5/descriptors.c | 8 -- lib/libdvbv5/descriptors/desc_service_list.c | 56 ----------- lib/libdvbv5/descriptors/desc_service_location.c | 80 --------------- 9 files changed, 48 insertions(+), 375 deletions(-) create mode 100644 TODO.libdvbv5 delete mode 100644 lib/include/libdvbv5/desc_service_list.h delete mode 100644 lib/include/libdvbv5/desc_service_location.h create mode 100644 lib/libdvbv5/compat-soname.c delete mode 100644 lib/libdvbv5/descriptors/desc_service_list.c delete mode 100644 lib/libdvbv5/descriptors/desc_service_location.c -- 2.1.0 -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html