diff options
| author | Sebastian Reichel <sebastian.reichel@collabora.com> | 2020-05-10 02:56:03 +0300 |
|---|---|---|
| committer | Sebastian Reichel <sebastian.reichel@collabora.com> | 2020-05-10 02:56:03 +0300 |
| commit | bf584e4dbd5bac7b1aaddbd33a7116364f919819 (patch) | |
| tree | 1a4ebb22e283da0b363d9ad497f11624a2f4f439 /include/linux/vmalloc.h | |
| parent | 1072ceada4586f7c1d316a0dd9fa751a7055969c (diff) | |
| parent | 60ab7f4153b6af461c90d572c31104086b44639f (diff) | |
| download | linux-bf584e4dbd5bac7b1aaddbd33a7116364f919819.tar.xz | |
Merge tag 'tags/linear-ranges-lib' into psy-next
lib: Add linear ranges helper library and start using it
Series extracts a "linear ranges" helper out of the regulator
framework. Linear ranges helper is intended to help converting
real-world values to register values when conversion is linear. I
suspect this is useful also for power subsystem and possibly for clk.
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
Diffstat (limited to 'include/linux/vmalloc.h')
| -rw-r--r-- | include/linux/vmalloc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/vmalloc.h b/include/linux/vmalloc.h index 0507a162ccd0..a95d3cc74d79 100644 --- a/include/linux/vmalloc.h +++ b/include/linux/vmalloc.h @@ -137,7 +137,7 @@ extern void vunmap(const void *addr); extern int remap_vmalloc_range_partial(struct vm_area_struct *vma, unsigned long uaddr, void *kaddr, - unsigned long size); + unsigned long pgoff, unsigned long size); extern int remap_vmalloc_range(struct vm_area_struct *vma, void *addr, unsigned long pgoff); |
