Commit 025ed130 authored by Paul Gortmaker's avatar 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: default avatarPaul Gortmaker <paul.gortmaker@windriver.com>
parent 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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment