X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=drivers%2Fnet%2Fhp100.c;h=55c7ed60839184829a9882b9480bf3203aeada46;hb=d8c2bd3d3aa49e18ffebb999979b976f04280284;hp=b71fab6e34f4268e0dc53ad9d675cac3f998309a;hpb=90890687859ea658759e653c4e70ed7e9e1a6217;p=powerpc.git diff --git a/drivers/net/hp100.c b/drivers/net/hp100.c index b71fab6e34..55c7ed6083 100644 --- a/drivers/net/hp100.c +++ b/drivers/net/hp100.c @@ -96,7 +96,6 @@ #undef HP100_MULTICAST_FILTER /* Need to be debugged... */ -#include #include #include #include @@ -277,7 +276,7 @@ static void hp100_RegisterDump(struct net_device *dev); * Convert an address in a kernel buffer to a bus/phys/dma address. * This work *only* for memory fragments part of lp->page_vaddr, * because it was properly DMA allocated via pci_alloc_consistent(), - * so we just need to "retreive" the original mapping to bus/phys/dma + * so we just need to "retrieve" the original mapping to bus/phys/dma * address - Jean II */ static inline dma_addr_t virt_to_whatever(struct net_device *dev, u32 * ptr) {