提交 025ed130 编写于 作者: P Paul Gortmaker

spi: Add export.h for THIS_MODULE/EXPORT_SYMBOL to spi.c

This uses both EXPORT_SYMBOL and THIS_MODULE, both which come from
the export.h file now.
Signed-off-by: NPaul Gortmaker <paul.gortmaker@windriver.com>
上级 d7614de4
无相关合并请求
...@@ -29,6 +29,7 @@ ...@@ -29,6 +29,7 @@
#include <linux/spi/spi.h> #include <linux/spi/spi.h>
#include <linux/of_spi.h> #include <linux/of_spi.h>
#include <linux/pm_runtime.h> #include <linux/pm_runtime.h>
#include <linux/export.h>
static void spidev_release(struct device *dev) static void spidev_release(struct device *dev)
{ {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册
反馈
建议
客服 返回
顶部