Commit 025ed130 authored by Paul Gortmaker's avatar Paul Gortmaker
Browse files

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
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -29,6 +29,7 @@
#include <linux/spi/spi.h>
#include <linux/of_spi.h>
#include <linux/pm_runtime.h>
#include <linux/export.h>

static void spidev_release(struct device *dev)
{