Here are two minor fixes, one to fix build error on x86 platforms which do not have CONFIG_DMA_SHARED_BUFFER selected, and other is to hanle possiblity of running out of compute context banks. Thanks, srini Srinivas Kandagatla (1): misc: fastrpc: select CONFIG_DMA_SHARED_BUFFER Thierry Escande (1): misc: fastrpc: Fix device_open when no session is available drivers/misc/Kconfig | 1 + drivers/misc/fastrpc.c | 11 ++++++++++- 2 files changed, 11 insertions(+), 1 deletion(-) -- 2.20.1