Re: [PATCH 2/3] ECI: introducing ECI bus driver

From: Randy Dunlap
Date: Wed Dec 22 2010 - 12:18:21 EST


On Wed, 22 Dec 2010 14:20:34 +0200 tapio.vihuri@xxxxxxxxx wrote:

> From: Tapio Vihuri <tapio.vihuri@xxxxxxxxx>
>
> ECI bus controller is kind of bridge between host CPU I2C and ECI accessory
> ECI communication.
>
> Signed-off-by: Tapio Vihuri <tapio.vihuri@xxxxxxxxx>
> ---
> 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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/