VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   33 Branches   55 Tags
author: Kunihiko Hayashi <hayashi.kunihiko@socionext.com> 2018-07-04 19:13:56 +0900 committer: Philipp Zabel <p.zabel@pengutronix.de> 2018-07-16 12:15:54 +0200 commit: 9ad39ab2807756ac9b0a3aca4457031ea814e658 parent: 5ecb065165b90a5745f3a6c3a8a847b530e3afbc
Commit Summary:
reset: simple: export reset_simple_ops to be referred from modules
Diffstat:
1 file changed, 1 insertion, 0 deletions
diff --git a/drivers/reset/reset-simple.c b/drivers/reset/reset-simple.c
index f7ce8910a392..a91107fc9e27 100644
--- a/drivers/reset/reset-simple.c
+++ b/drivers/reset/reset-simple.c
@@ -87,6 +87,7 @@ const struct reset_control_ops reset_simple_ops = {
 	.deassert	= reset_simple_deassert,
 	.status		= reset_simple_status,
 };
+EXPORT_SYMBOL_GPL(reset_simple_ops);
 
 /**
  * struct reset_simple_devdata - simple reset controller properties