Skip to content

Commit

Permalink
swiotlb: make io_tlb_overflow static
Browse files Browse the repository at this point in the history
We don't need to export io_tlb_overflow_buffer. I'll remove
io_tlb_overflow_buffer completely in the long term though.

Signed-off-by: FUJITA Tomonori <[email protected]>
Signed-off-by: Konrad Rzeszutek Wilk <[email protected]>
  • Loading branch information
fujita authored and konradwilk committed Oct 11, 2010
1 parent cb655d0 commit 03620b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/swiotlb.c
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ static unsigned long io_tlb_nslabs;
*/
static unsigned long io_tlb_overflow = 32*1024;

void *io_tlb_overflow_buffer;
static void *io_tlb_overflow_buffer;

/*
* This is a free list describing the number of free entries available from
Expand Down

0 comments on commit 03620b2

Please sign in to comment.