3.9-stable review patch. If anyone has any objections, please let me know.
------------------ From: Suman Anna <s-a...@ti.com> commit 397944df3290ddc46dcc6a08cd71fb560700431b upstream. Fix this: warning: (VIRTIO_PCI && VIRTIO_MMIO && REMOTEPROC && RPMSG) selects VIRTIO which has unmet direct dependencies (VIRTUALIZATION) Signed-off-by: Suman Anna <s-a...@ti.com> [edit commit log] Signed-off-by: Ohad Ben-Cohen <o...@wizery.com> Signed-off-by: Greg Kroah-Hartman <gre...@linuxfoundation.org> --- drivers/rpmsg/Kconfig | 1 + 1 file changed, 1 insertion(+) --- a/drivers/rpmsg/Kconfig +++ b/drivers/rpmsg/Kconfig @@ -4,5 +4,6 @@ menu "Rpmsg drivers" config RPMSG tristate select VIRTIO + select VIRTUALIZATION endmenu -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/