mirror of
https://github.com/torvalds/linux.git
synced 2026-05-23 06:31:58 +02:00
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:
commit
4f43adcdc6
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user