Browse Source

serial: bfin_sport_uart: pull in bfin_sport.h for SPORT defines

Now that the SPORT MMR defines have been unified, switch over to it.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Mike Frysinger 15 years ago
parent
commit
2ce1efc9e3
1 changed files with 1 additions and 0 deletions
  1. 1 0
      drivers/serial/bfin_sport_uart.c

+ 1 - 0
drivers/serial/bfin_sport_uart.c

@@ -34,6 +34,7 @@
 #include <linux/tty_flip.h>
 #include <linux/serial_core.h>
 
+#include <asm/bfin_sport.h>
 #include <asm/delay.h>
 #include <asm/portmux.h>