diff options
author | Christoph Hellwig <hch@lst.de> | 2017-12-23 16:14:54 +0300 |
---|---|---|
committer | Christoph Hellwig <hch@lst.de> | 2018-01-15 11:35:39 +0300 |
commit | 7f2c8bbd321f18e4ccfd262748bd58fb7d4bb1db (patch) | |
tree | 6b115d68c4e83f9475b0e59f71acf17ad48b4a50 /lib | |
parent | 9ce9765a09123ba6b1fd9e76c48b3fdc92cea6e0 (diff) | |
download | linux-7f2c8bbd321f18e4ccfd262748bd58fb7d4bb1db.tar.xz |
swiotlb: rename swiotlb_free to swiotlb_exit
Signed-off-by: Christoph Hellwig <hch@lst.de>
Acked-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/swiotlb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/swiotlb.c b/lib/swiotlb.c index 125c1062119f..cf5311908fa9 100644 --- a/lib/swiotlb.c +++ b/lib/swiotlb.c @@ -417,7 +417,7 @@ cleanup2: return -ENOMEM; } -void __init swiotlb_free(void) +void __init swiotlb_exit(void) { if (!io_tlb_orig_addr) return; |