swiotlb: remove unused swiotlb_alloc_boot()
[safe/jmp/linux-2.6] / arch / x86 / kernel / pci-swiotlb.c
index 6af96ee..0ac7cd5 100644 (file)
 
 int swiotlb __read_mostly;
 
-void * __init swiotlb_alloc_boot(size_t size, unsigned long nslabs)
-{
-       return alloc_bootmem_low_pages(size);
-}
-
 void *swiotlb_alloc(unsigned order, unsigned long nslabs)
 {
        return (void *)__get_free_pages(GFP_DMA | __GFP_NOWARN, order);