]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/ppc/syslib/mpc52xx_setup.c
[POWERPC] Xilinx: Register AC97 Controller Reference with the platform bus
[linux-2.6-omap-h63xx.git] / arch / ppc / syslib / mpc52xx_setup.c
index ee6379bb415e6e6ac54df6a29d410dcf040a8bf5..ecfa2c0f8ba35164534f7b077f7dcae4ed6f0aad 100644 (file)
@@ -15,7 +15,6 @@
  * kind, whether express or implied.
  */
 
-#include <linux/config.h>
 
 #include <asm/io.h>
 #include <asm/time.h>
@@ -253,7 +252,7 @@ mpc52xx_setup_cpu(void)
        out_be32(&xlb->snoop_window, MPC52xx_PCI_TARGET_MEM | 0x1d);
 
        /* Disable XLB pipelining */
-       /* (cfr errate 292. We could do this only just before ATA PIO
+       /* (cfr errata 292. We could do this only just before ATA PIO
            transaction and re-enable it after ...) */
        out_be32(&xlb->config, in_be32(&xlb->config) | MPC52xx_XLB_CFG_PLDIS);