Skip to content

Commit

Permalink
MIPS: pci-ar2315: include <linux/dma-direct.h> for phys_to_dma
Browse files Browse the repository at this point in the history
Ensure this file has a prototype for phys_to_dma and dma_to_phys.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
  • Loading branch information
Christoph Hellwig authored and Thomas Bogendoerfer committed Mar 6, 2021
1 parent 1f4e5f0 commit 81e1d65
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/mips/pci/pci-ar2315.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
#include <linux/platform_device.h>
#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/dma-direct.h>
#include <linux/mm.h>
#include <linux/delay.h>
#include <linux/bitops.h>
Expand Down

0 comments on commit 81e1d65

Please sign in to comment.