aboutsummaryrefslogtreecommitdiff
path: root/arch/ppc/platforms/pq2ads.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/ppc/platforms/pq2ads.c')
-rw-r--r--arch/ppc/platforms/pq2ads.c26
1 files changed, 0 insertions, 26 deletions
diff --git a/arch/ppc/platforms/pq2ads.c b/arch/ppc/platforms/pq2ads.c
deleted file mode 100644
index 71c9fca1fe9..00000000000
--- a/arch/ppc/platforms/pq2ads.c
+++ /dev/null
@@ -1,26 +0,0 @@
-/*
- * arch/ppc/platforms/pq2ads.c
- *
- * PQ2ADS platform support
- *
- * Author: Kumar Gala <galak@kernel.crashing.org>
- * Derived from: est8260_setup.c by Allen Curtis
- *
- * Copyright 2004 Freescale Semiconductor, Inc.
- *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- */
-
-#include <linux/init.h>
-
-#include <asm/mpc8260.h>
-
-void __init
-m82xx_board_setup(void)
-{
- /* Enable the 2nd UART port */
- *(volatile uint *)(BCSR_ADDR + 4) &= ~BCSR1_RS232_EN2;
-}