3.9-stable review patch. If anyone has any objections, please let me know.
------------------ From: Suman Anna <[email protected]> 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 <[email protected]> [edit commit log] Signed-off-by: Ohad Ben-Cohen <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> --- 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 [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

