diff options
Diffstat (limited to 'include/dma.h')
-rw-r--r-- | include/dma.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/dma.h b/include/dma.h index 5b247b5b06..6ff591977b 100644 --- a/include/dma.h +++ b/include/dma.h @@ -9,6 +9,7 @@ #ifndef _DMA_H_ #define _DMA_H_ +#include <linux/bitops.h> #include <linux/errno.h> #include <linux/types.h> |