[<prev] [next>] [day] [month] [year] [list]
Message-Id: <201003061436.38544.PeterHuewe@gmx.de>
Date: Sat, 6 Mar 2010 14:36:38 +0100
From: Peter Huewe <PeterHuewe@....de>
To: Samuel Ortiz <sameo@...ux.intel.com>
Cc: Alexey Dobriyan <adobriyan@...il.com>,
Kay Sievers <kay.sievers@...y.org>,
"Greg Kroah-Hartman" <gregkh@...e.de>,
linux-kernel@...r.kernel.org,
"Russell King - ARM Linux" <linux@....linux.org.uk>
Subject: [PATCH] mfd/ucb1x00: Fix build failure for collie_defconfig caused by missing include
From: Peter Huewe <peterhuewe@....de>
This patch fixes a build failure[1], by adding the missing semaphore.h include
References:
[1] http://kisskb.ellerman.id.au/kisskb/buildresult/2234322/
Patch against linux-next as of 20100306
Applies smoothly to Linus' tree as well.
The build failure happens to be only in linux-next yet.
Signed-off-by: Peter Huewe <peterhuewe@....de>
---
KernelVersion: 2.6.33-linux-next-20100306
drivers/mfd/ucb1x00-core.c | 1 +
include/linux/mfd/ucb1x00.h | 1 +
2 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/drivers/mfd/ucb1x00-core.c b/drivers/mfd/ucb1x00-core.c
index 252b741..b281217 100644
--- a/drivers/mfd/ucb1x00-core.c
+++ b/drivers/mfd/ucb1x00-core.c
@@ -27,6 +27,7 @@
#include <linux/mutex.h>
#include <linux/mfd/ucb1x00.h>
#include <linux/gpio.h>
+#include <linux/semaphore.h>
#include <mach/dma.h>
#include <mach/hardware.h>
diff --git a/include/linux/mfd/ucb1x00.h b/include/linux/mfd/ucb1x00.h
index aa9c378..4321f04 100644
--- a/include/linux/mfd/ucb1x00.h
+++ b/include/linux/mfd/ucb1x00.h
@@ -12,6 +12,7 @@
#include <linux/mfd/mcp.h>
#include <linux/gpio.h>
+#include <linux/semaphore.h>
#define UCB_IO_DATA 0x00
#define UCB_IO_DIR 0x01
--
1.6.4.4
--
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