提交 62480dc8 编写于 作者: A Andrea Adami 提交者: Samuel Ortiz

mfd: mcp: Add missing linux/device.h header

Fixes this compilation error:
  linux/include/linux/mfd/mcp.h:22:16: error: field 'attached_device' has incomplete type
  linux/include/linux/mfd/mcp.h:48:23: error: field 'drv' has incomplete type
Signed-off-by: NAndrea Adami <andrea.adami@gmail.com>
Signed-off-by: NLee Jones <lee.jones@linaro.org>
Signed-off-by: NSamuel Ortiz <sameo@linux.intel.com>
上级 b5f8b763
......@@ -10,6 +10,8 @@
#ifndef MCP_H
#define MCP_H
#include <linux/device.h>
struct mcp_ops;
struct mcp {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册