powerpc: Kill unused swiotlb variable
We can kill unused swiotlb variable. Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
This commit is contained in:
parent
c38c2044b2
commit
7c31629fd6
|
@ -21,7 +21,6 @@
|
||||||
#include <asm/dma.h>
|
#include <asm/dma.h>
|
||||||
#include <asm/abs_addr.h>
|
#include <asm/abs_addr.h>
|
||||||
|
|
||||||
int swiotlb __read_mostly;
|
|
||||||
unsigned int ppc_swiotlb_enable;
|
unsigned int ppc_swiotlb_enable;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in New Issue