summaryrefslogtreecommitdiffstats
path: root/arch/m68k/mach-mcfv4e/include/mach/clocks.h
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2010-11-17 09:14:33 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2010-11-17 09:18:25 +0100
commit8ef2947fff0e73f38fccd4a65da250f4cb6c1007 (patch)
tree488bcaabbd2eedcc16707f1ea84a0a113ebd1a31 /arch/m68k/mach-mcfv4e/include/mach/clocks.h
parent33e3dc3cdbaca0babafda1ef5ac4ca3d5f47eafd (diff)
downloadbarebox-8ef2947fff0e73f38fccd4a65da250f4cb6c1007.tar.gz
barebox-8ef2947fff0e73f38fccd4a65da250f4cb6c1007.tar.xz
Remove m68k support
The m68k support is compile broken for a long time now and nobody cared so far. We cannot keep the architecture uptodate with current development wihtout being able to compile it. It's still in the archives and can be re-added anytime once somebody cares for. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/m68k/mach-mcfv4e/include/mach/clocks.h')
-rw-r--r--arch/m68k/mach-mcfv4e/include/mach/clocks.h30
1 files changed, 0 insertions, 30 deletions
diff --git a/arch/m68k/mach-mcfv4e/include/mach/clocks.h b/arch/m68k/mach-mcfv4e/include/mach/clocks.h
deleted file mode 100644
index daedb7aebe..0000000000
--- a/arch/m68k/mach-mcfv4e/include/mach/clocks.h
+++ /dev/null
@@ -1,30 +0,0 @@
-/*
- * Copyright (c) 2008 Carsten Schlote <c.schlote@konzeptpark.de>
- * See file CREDITS for list of people who contributed to this project.
- *
- * This file is part of barebox.
- *
- * barebox 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 3 of the License, or
- * (at your option) any later version.
- *
- * barebox is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with barebox. If not, see <http://www.gnu.org/licenses/>.
- */
-
-/** @file
- * This File contains functions to query clock settings for the actual
- * board.
- */
-#ifndef __ASM_ARCH_CLOCKS_H
-#define __ASM_ARCH_CLOCKS_H
-
-ulong mcfv4e_get_bus_clk(void);
-
-#endif /* __ASM_ARCH_CLOCKS_H */