diff options
author | Paul Mundt <lethal@linux-sh.org> | 2006-09-27 18:00:19 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2006-09-27 18:00:19 +0900 |
commit | 5a4053b23262afefa748e1e4c439931d4c27693b (patch) | |
tree | d8ed63a427c01361435d14d97b5ce3b2ab33b25c /include/asm-sh/sh2000 | |
parent | f118420be83c3ce7888fe1d42db84af495da9edb (diff) | |
download | kernel_samsung_smdk4412-5a4053b23262afefa748e1e4c439931d4c27693b.tar.gz kernel_samsung_smdk4412-5a4053b23262afefa748e1e4c439931d4c27693b.tar.bz2 kernel_samsung_smdk4412-5a4053b23262afefa748e1e4c439931d4c27693b.zip |
sh: Kill off dead boards.
None of these have been maintained in years, and no one seems to
be interested in doing so, so just get rid of them.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'include/asm-sh/sh2000')
-rw-r--r-- | include/asm-sh/sh2000/sh2000.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/asm-sh/sh2000/sh2000.h b/include/asm-sh/sh2000/sh2000.h deleted file mode 100644 index 8d547324d59..00000000000 --- a/include/asm-sh/sh2000/sh2000.h +++ /dev/null @@ -1,8 +0,0 @@ -#ifndef __ASM_SH_SH2000_SH2000_H -#define __ASM_SH_SH2000_SH2000_H - -/* arch/sh/boards/sh2000/setup.c */ -extern int setup_sh2000(void); - -#endif /* __ASM_SH_SH2000_SH2000_H */ - |