diff options
author | Mike Frysinger <vapier@gentoo.org> | 2010-10-28 15:43:50 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2011-01-10 07:18:02 -0500 |
commit | 709465d6ea0466454ef547e7d1065db2b23033a9 (patch) | |
tree | 84c995bf4ce30510fc03b87f5b60ddbf7fedac7d /drivers/net/irda | |
parent | 759a3f3f3171c521229dda2335e5ab105f6fdc40 (diff) |
net/irda: bfin_sir: pull in serial headers for defines
We're in the process of cleaning up the global Blackfin namespace, so the
bfin_sir driver needs to pull in the serial header explicitly now.
This does add a little transitional cruft to keep things compiling, but a
follow up patch in this series will cull that.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'drivers/net/irda')
-rw-r--r-- | drivers/net/irda/bfin_sir.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/net/irda/bfin_sir.h b/drivers/net/irda/bfin_sir.h index b54a6f08db45..1d33564029a4 100644 --- a/drivers/net/irda/bfin_sir.h +++ b/drivers/net/irda/bfin_sir.h | |||
@@ -26,6 +26,11 @@ | |||
26 | #include <asm/cacheflush.h> | 26 | #include <asm/cacheflush.h> |
27 | #include <asm/dma.h> | 27 | #include <asm/dma.h> |
28 | #include <asm/portmux.h> | 28 | #include <asm/portmux.h> |
29 | /* Some transitional glue */ | ||
30 | #include <linux/serial_core.h> | ||
31 | #include <linux/circ_buf.h> | ||
32 | #include <mach/bfin_serial_5xx.h> | ||
33 | #undef DRIVER_NAME | ||
29 | 34 | ||
30 | #ifdef CONFIG_SIR_BFIN_DMA | 35 | #ifdef CONFIG_SIR_BFIN_DMA |
31 | struct dma_rx_buf { | 36 | struct dma_rx_buf { |