Skip to content

Commit 658e105

Browse files
committed
parisc: pci-dma: Make pcxl_alloc_range() static
Signed-off-by: Helge Deller <deller@gmx.de>
1 parent 9e142b7 commit 658e105

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)