From: "Luis R. Rodriguez" <mcgrof@xxxxxxxxxxxxxxxx> OK this took a while but finally figured it out. This addresses the link errors introduced by adding the media and voltage regulator subsystems. We can now move on with life and hopefully cook a release right in time for v3.10. Now we just have to step slowly forward on linux-next tags up to where we are today (which hopefully will remain this way for another week). Luis R. Rodriguez (4): compat: fix dma_common_get_sgtable() backport placements compat: backport soc_camera_power_[on|off] for 3.3 backports: disable some regulator drivers on 3.4 and 3.5 ckmake: make --check-exports default backport/Makefile.kernel | 1 + backport/backport-include/asm/dma-mapping.h | 8 ++- backport/backport-include/linux/dma-attrs.h | 6 ++ .../backport-include/uapi/linux/v4l2-mediabus.h | 39 +++++++++++ backport/compat/Kconfig | 11 +++ backport/compat/Makefile | 1 + backport/compat/compat-3.4.c | 73 ++++++++++++++++++++ backport/compat/compat-3.6.c | 19 ----- backport/compat/dma-shared-helpers.c | 38 ++++++++++ dependencies | 27 ++++++++ devel/ckmake | 4 +- 11 files changed, 202 insertions(+), 25 deletions(-) create mode 100644 backport/backport-include/linux/dma-attrs.h create mode 100644 backport/backport-include/uapi/linux/v4l2-mediabus.h create mode 100644 backport/compat/dma-shared-helpers.c -- 1.7.10.4 -- To unsubscribe from this list: send the line "unsubscribe backports" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html