[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1374361659-3064-1-git-send-email-andrea.adami@gmail.com>
Date: Sun, 21 Jul 2013 01:07:39 +0200
From: Andrea Adami <andrea.adami@...il.com>
To: linux-kernel@...r.kernel.org
Cc: Anton Vorontsov <cbou@...l.ru>,
Russell King <linux@....linux.org.uk>
Subject: [PATCH] mfd: ucb1x00: explicitely include linux/device.h
Fix
linux/include/linux/mfd/ucb1x00.h:137:17: error: field 'dev' has incomplete type
Signed-off-by: Andrea Adami <andrea.adami@...il.com>
---
include/linux/mfd/ucb1x00.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/linux/mfd/ucb1x00.h b/include/linux/mfd/ucb1x00.h
index 28af417..88f90cb 100644
--- a/include/linux/mfd/ucb1x00.h
+++ b/include/linux/mfd/ucb1x00.h
@@ -10,6 +10,7 @@
#ifndef UCB1200_H
#define UCB1200_H
+#include <linux/device.h>
#include <linux/mfd/mcp.h>
#include <linux/gpio.h>
#include <linux/mutex.h>
--
1.8.1.5
--
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