[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CACRpkdaR1Z982eqvF777_kvRg1YVMxC6r=vqVMFovYah_w9Dyw@mail.gmail.com>
Date: Wed, 7 Dec 2011 13:50:52 +0100
From: Linus Walleij <linus.walleij@...aro.org>
To: Sjur Brændeland <sjur.brandeland@...ricsson.com>
Cc: linux-kernel@...r.kernel.org
Subject: Re: [PATCH 0/9] XSHM: Shared Memory Driver for ST-E Thor M7400 LTE modem
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@...aro.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@...aro.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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists