diff options
Diffstat (limited to 'drivers/dma/lpc32xx_dma.c')
-rw-r--r-- | drivers/dma/lpc32xx_dma.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/dma/lpc32xx_dma.c b/drivers/dma/lpc32xx_dma.c index de963347f1..ab58e97bfe 100644 --- a/drivers/dma/lpc32xx_dma.c +++ b/drivers/dma/lpc32xx_dma.c @@ -15,6 +15,7 @@ #include <asm/arch/clk.h> #include <asm/arch/sys_proto.h> #include <asm/io.h> +#include <linux/bitops.h> #include <linux/delay.h> /* DMA controller channel register structure */ |