Skip to content

Commit

Permalink
Merge branch 'topic/linear-range' of https://git.kernel.org/pub/scm/l…
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Brown committed May 11, 2020
2 parents c50ad6d + 35e6560 commit 4f43adc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/linear_ranges.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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");

0 comments on commit 4f43adc

Please sign in to comment.