diff options
author | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2009-07-09 21:04:50 -0400 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2009-07-28 01:19:18 -0400 |
commit | 3885123da8335dc6b67387e5e626acbffc56f664 (patch) | |
tree | 6dcfa735d2ef7d00718a8d0cd14e1b03bcd6bf7b /arch/x86/kernel | |
parent | 4733fd328f14280900435d9dbae1487d110a4d56 (diff) |
swiotlb: remove unused swiotlb_alloc_boot()
Nobody uses swiotlb_alloc_boot().
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Acked-by: Becky Bruce <beckyb@kernel.crashing.org>
Diffstat (limited to 'arch/x86/kernel')
-rw-r--r-- | arch/x86/kernel/pci-swiotlb.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/x86/kernel/pci-swiotlb.c b/arch/x86/kernel/pci-swiotlb.c index 6af96ee44200..0ac7cd524788 100644 --- a/arch/x86/kernel/pci-swiotlb.c +++ b/arch/x86/kernel/pci-swiotlb.c | |||
@@ -13,11 +13,6 @@ | |||
13 | 13 | ||
14 | int swiotlb __read_mostly; | 14 | int swiotlb __read_mostly; |
15 | 15 | ||
16 | void * __init swiotlb_alloc_boot(size_t size, unsigned long nslabs) | ||
17 | { | ||
18 | return alloc_bootmem_low_pages(size); | ||
19 | } | ||
20 | |||
21 | void *swiotlb_alloc(unsigned order, unsigned long nslabs) | 16 | void *swiotlb_alloc(unsigned order, unsigned long nslabs) |
22 | { | 17 | { |
23 | return (void *)__get_free_pages(GFP_DMA | __GFP_NOWARN, order); | 18 | return (void *)__get_free_pages(GFP_DMA | __GFP_NOWARN, order); |