Merge branch 'topic/linear-range' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator into regulator-5.8

This commit is contained in:
Mark Brown 2020-05-11 13:16:42 +01:00
commit 4f43adcdc6
No known key found for this signature in database
GPG Key ID: 24D68B725D5487D0

View File

@ -12,6 +12,7 @@
#include <linux/export.h>
#include <linux/kernel.h>
#include <linux/linear_range.h>
#include <linux/module.h>
/**
* linear_range_values_in_range - return the amount of values in a range
@ -239,3 +240,6 @@ int linear_range_get_selector_high(const struct linear_range *r,
return 0;
}
EXPORT_SYMBOL_GPL(linear_range_get_selector_high);
MODULE_DESCRIPTION("linear-ranges helper");
MODULE_LICENSE("GPL");