Skip to content

Commit 658e105

Browse files
committed
parisc: pci-dma: Make pcxl_alloc_range() static
Signed-off-by: Helge Deller <[email protected]>
1 parent 9e142b7 commit 658e105

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/parisc/kernel/pci-dma.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ static void unmap_uncached_pages(unsigned long vaddr, unsigned long size)
245245
PCXL_SEARCH_LOOP(idx, mask, size); \
246246
}
247247

248-
unsigned long
248+
static unsigned long
249249
pcxl_alloc_range(size_t size)
250250
{
251251
int res_idx;

0 commit comments

Comments
 (0)