aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/boards/unknown/setup.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/sh/boards/unknown/setup.c')
-rw-r--r--arch/sh/boards/unknown/setup.c20
1 files changed, 0 insertions, 20 deletions
diff --git a/arch/sh/boards/unknown/setup.c b/arch/sh/boards/unknown/setup.c
deleted file mode 100644
index f975a1f9094b..000000000000
--- a/arch/sh/boards/unknown/setup.c
+++ /dev/null
@@ -1,20 +0,0 @@
1/*
2 * linux/arch/sh/boards/unknown/setup.c
3 *
4 * Copyright (C) 2002 Paul Mundt
5 *
6 * May be copied or modified under the terms of the GNU General Public
7 * License. See linux/COPYING for more information.
8 *
9 * Setup code for an unknown machine (internal peripherals only)
10 *
11 * This is the simplest of all boards, and serves only as a quick and dirty
12 * method to start debugging a new board during bring-up until proper board
13 * setup code is written.
14 */
15#include <linux/init.h>
16#include <asm/machvec.h>
17
18static struct sh_machine_vector mv_unknown __initmv = {
19 .mv_name = "Unknown",
20};