Commit dc01af08 authored by Keith M. Wesolowski's avatar Keith M. Wesolowski

[SPARC]: Fix warning for missing struct device

parent 84e23f50
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
#define _ASM_SPARC_DMA_MAPPING_H #define _ASM_SPARC_DMA_MAPPING_H
#include <linux/config.h> #include <linux/config.h>
#include <linux/device.h>
#ifdef CONFIG_PCI #ifdef CONFIG_PCI
#include <asm-generic/dma-mapping.h> #include <asm-generic/dma-mapping.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment