summaryrefslogtreecommitdiffstats
path: root/include/asm-microblaze
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2007-07-05 18:01:13 +0200
committerSascha Hauer <sha@octopus.labnet.pengutronix.de>2007-07-05 18:01:13 +0200
commit162484b83c392eeef33de2eb8111fcbe7f1e1e14 (patch)
treed803c4357400b05ff89cb5e25920cd359d0baa94 /include/asm-microblaze
parent13a0908f07be07b58df8f312acf92a58047383a6 (diff)
downloadbarebox-162484b83c392eeef33de2eb8111fcbe7f1e1e14.tar.gz
barebox-162484b83c392eeef33de2eb8111fcbe7f1e1e14.tar.xz
svn_rev_003
remove all #if 0 and #if 1
Diffstat (limited to 'include/asm-microblaze')
-rw-r--r--include/asm-microblaze/string.h11
-rw-r--r--include/asm-microblaze/system.h3
2 files changed, 0 insertions, 14 deletions
diff --git a/include/asm-microblaze/string.h b/include/asm-microblaze/string.h
index 724f5bdfa6..3dea3c0f93 100644
--- a/include/asm-microblaze/string.h
+++ b/include/asm-microblaze/string.h
@@ -16,16 +16,5 @@
#ifndef __MICROBLAZE_STRING_H__
#define __MICROBLAZE_STRING_H__
-#if 0
-#define __HAVE_ARCH_BCOPY
-#define __HAVE_ARCH_MEMCPY
-#define __HAVE_ARCH_MEMSET
-#define __HAVE_ARCH_MEMMOVE
-
-extern void *memcpy (void *, const void *, __kernel_size_t);
-extern void bcopy (const char *, char *, int);
-extern void *memset (void *, int, __kernel_size_t);
-extern void *memmove (void *, const void *, __kernel_size_t);
-#endif
#endif /* __MICROBLAZE_STRING_H__ */
diff --git a/include/asm-microblaze/system.h b/include/asm-microblaze/system.h
index 0297a11590..4cdda858e1 100644
--- a/include/asm-microblaze/system.h
+++ b/include/asm-microblaze/system.h
@@ -18,9 +18,6 @@
#ifndef __MICROBLAZE_SYSTEM_H__
#define __MICROBLAZE_SYSTEM_H__
-#if 0
-#include <linux/linkage.h>
-#endif
#include <asm/ptrace.h>
#define prepare_to_switch() do { } while (0)