Skip to content

Commit

Permalink
net/irda: bfin_sir: pull in serial headers for defines
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Mike Frysinger committed Jan 10, 2011
1 parent 759a3f3 commit 709465d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions drivers/net/irda/bfin_sir.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@
#include <asm/cacheflush.h>
#include <asm/dma.h>
#include <asm/portmux.h>
/* Some transitional glue */
#include <linux/serial_core.h>
#include <linux/circ_buf.h>
#include <mach/bfin_serial_5xx.h>
#undef DRIVER_NAME

#ifdef CONFIG_SIR_BFIN_DMA
struct dma_rx_buf {
Expand Down

0 comments on commit 709465d

Please sign in to comment.