[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20101222091751.10009e90.randy.dunlap@oracle.com>
Date: Wed, 22 Dec 2010 09:17:51 -0800
From: Randy Dunlap <randy.dunlap@...cle.com>
To: tapio.vihuri@...ia.com
Cc: dmitry.torokhov@...il.com, linux-kernel@...r.kernel.org,
alsa-devel@...a-project.org, ilkka.koskinen@...ia.com,
samu.p.onkalo@...ia.com
Subject: Re: [PATCH 2/3] ECI: introducing ECI bus driver
On Wed, 22 Dec 2010 14:20:34 +0200 tapio.vihuri@...ia.com wrote:
> From: Tapio Vihuri <tapio.vihuri@...ia.com>
>
> ECI bus controller is kind of bridge between host CPU I2C and ECI accessory
> ECI communication.
>
> Signed-off-by: Tapio Vihuri <tapio.vihuri@...ia.com>
> ---
> drivers/Kconfig | 2 +
> drivers/Makefile | 1 +
> drivers/ecibus/Kconfig | 46 ++++
> drivers/ecibus/Makefile | 10 +
> drivers/ecibus/ecibus.c | 583 +++++++++++++++++++++++++++++++++++++++++++++
> include/linux/input/eci.h | 8 +
> 6 files changed, 650 insertions(+), 0 deletions(-)
> create mode 100644 drivers/ecibus/Kconfig
> create mode 100644 drivers/ecibus/Makefile
> create mode 100644 drivers/ecibus/ecibus.c
ERROR: "intel_scu_ipc_iowrite8" [drivers/ecibus/ecibus.ko] undefined!
You must have had some kernel config enabled that I don't have enabled
when you built this. Please fix Kconfig files so that this won't happen.
---
~Randy
*** Remember to use Documentation/SubmitChecklist when testing your code ***
desserts: http://www.xenotime.net/linux/recipes/
--
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