diff options
author | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2009-11-14 14:46:38 +0300 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-11-15 11:03:10 +0300 |
commit | 6959450e567c1f17d3ce8489099fc56c3721d577 (patch) | |
tree | 603c327a7b8e246cea3e51ab87ac11660c309060 /include/linux/swiotlb.h | |
parent | 94a15564ac63af6bb2ff8d4d04f86d5e7ee0278a (diff) | |
download | linux-6959450e567c1f17d3ce8489099fc56c3721d577.tar.xz |
swiotlb: Remove duplicate swiotlb_force extern declarations
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Cc: tony.luck@intel.com
LKML-Reference: <1258199198-16657-4-git-send-email-fujita.tomonori@lab.ntt.co.jp>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include/linux/swiotlb.h')
-rw-r--r-- | include/linux/swiotlb.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/swiotlb.h b/include/linux/swiotlb.h index eb9bdb4d4854..febedcf67c7e 100644 --- a/include/linux/swiotlb.h +++ b/include/linux/swiotlb.h @@ -7,6 +7,8 @@ struct device; struct dma_attrs; struct scatterlist; +extern int swiotlb_force; + /* * Maximum allowable number of contiguous slabs to map, * must be a power of 2. What is the appropriate value ? |