linux 2.6.16.38 w/ vs2.0.3-rc1
[linux-2.6.git] / arch / ppc / boot / simple / mv64x60_tty.c
index 781e040..b9c24d4 100644 (file)
@@ -1,4 +1,6 @@
 /*
+ * arch/ppc/boot/simple/mv64x60_tty.c
+ *
  * Bootloader version of the embedded MPSC/UART driver for the Marvell 64x60.
  * Note: Due to a GT64260A erratum, DMA will be used for UART input (via SDMA).
  *
@@ -12,6 +14,7 @@
 
 /* This code assumes that the data cache has been disabled (L1, L2, L3). */
 
+#include <linux/config.h>
 #include <linux/types.h>
 #include <linux/serial_reg.h>
 #include <asm/serial.h>