projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e142b7
)
parisc: pci-dma: Make pcxl_alloc_range() static
author
Helge Deller
<deller@gmx.de>
Fri, 30 Jun 2023 10:31:56 +0000
(12:31 +0200)
committer
Helge Deller
<deller@gmx.de>
Fri, 30 Jun 2023 15:14:14 +0000
(17:14 +0200)
Signed-off-by: Helge Deller <deller@gmx.de>
arch/parisc/kernel/pci-dma.c
patch
|
blob
|
history
diff --git
a/arch/parisc/kernel/pci-dma.c
b/arch/parisc/kernel/pci-dma.c
index 415f12d5bab3710dcbc18213445283072a805e4d..d818ece23b4a0cdf2711230c6a084b6ec82abfd1 100644
(file)
--- a/
arch/parisc/kernel/pci-dma.c
+++ b/
arch/parisc/kernel/pci-dma.c
@@
-245,7
+245,7
@@
static void unmap_uncached_pages(unsigned long vaddr, unsigned long size)
PCXL_SEARCH_LOOP(idx, mask, size); \
}
-unsigned long
+
static
unsigned long
pcxl_alloc_range(size_t size)
{
int res_idx;