common: microblaze: Drop arch-specific declarations
authorSimon Glass <sjg@chromium.org>
Wed, 17 May 2017 14:23:11 +0000 (08:23 -0600)
committerTom Rini <trini@konsulko.com>
Mon, 5 Jun 2017 18:13:00 +0000 (14:13 -0400)
These are not needed and should not be in common.h. Drop them.

Signed-off-by: Simon Glass <sjg@chromium.org>
include/common.h

index a413f1ae9ba86725e94952155fa031c53ff684ba..638c45b954d22a2df3e704e010ee8c90dd20a90e 100644 (file)
@@ -438,11 +438,6 @@ void       relocate_code(ulong, gd_t *, ulong) __attribute__ ((noreturn));
 ulong  get_endaddr   (void);
 void   trap_init     (ulong);
 
-#if defined (CONFIG_MICROBLAZE)
-unsigned short in16(unsigned int);
-void           out16(unsigned int, unsigned short value);
-#endif
-
 /* $(CPU)/cpu.c */
 static inline int cpumask_next(int cpu, unsigned int mask)
 {