Commit d7579757378466fa3e091df9e86b4be87dc4ed1b

Authored by Simon Glass
Committed by Tom Rini
1 parent 457e51cffd

common: microblaze: Drop arch-specific declarations

These are not needed and should not be in common.h. Drop them.

Signed-off-by: Simon Glass <sjg@chromium.org>

Showing 1 changed file with 0 additions and 5 deletions Side-by-side Diff

... ... @@ -438,11 +438,6 @@
438 438 ulong get_endaddr (void);
439 439 void trap_init (ulong);
440 440  
441   -#if defined (CONFIG_MICROBLAZE)
442   -unsigned short in16(unsigned int);
443   -void out16(unsigned int, unsigned short value);
444   -#endif
445   -
446 441 /* $(CPU)/cpu.c */
447 442 static inline int cpumask_next(int cpu, unsigned int mask)
448 443 {