lkml.org 
[lkml]   [2011]   [Dec]   [7]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
SubjectRe: [PATCH 0/9] XSHM: Shared Memory Driver for ST-E Thor M7400 LTE modem
From
In order not to cause build troubles I had to apply this patch:

From 429471bfdc25b4773e157bb2aca02cb0033c824b Mon Sep 17 00:00:00 2001
From: Linus Walleij <linus.walleij@linaro.org>
Date: Wed, 7 Dec 2011 13:45:52 +0100
Subject: [PATCH] Fixup build by default-building dummy genio

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
---
drivers/xshm/Makefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/xshm/Makefile b/drivers/xshm/Makefile
index 954bd22..9670960 100644
--- a/drivers/xshm/Makefile
+++ b/drivers/xshm/Makefile
@@ -1,3 +1,3 @@
obj-$(CONFIG_XSHM) += xshm.o
-xshm-objs := xshm_boot.o xshm_dev.o
+xshm-objs := xshm_boot.o xshm_dev.o genio_dummy.o
obj-$(CONFIG_XSHM_CHR) += xshm_chr.o
--
1.7.3.2
I think that you need to teach the driver to dynamically look
for a genio driver so you don't get compilation errors,
then it will find any genio driver or the dummy driver if that
is compiled in.

At the least you need a Kconfig and Makefile entry for the
dummy_genio driver...

Yours,
Linus Walleij


\
 
 \ /
  Last update: 2011-12-07 13:53    [W:0.127 / U:0.316 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site