Cavium-specific goo is no longer necessary here. Of course, I now
have to write a bus space for cavium, but that shouldn't be too hard.
This commit is contained in:
parent
29854186d2
commit
55f888f68d
@ -31,9 +31,6 @@
|
||||
|
||||
#ifndef MIPS_INCLUDE__BUS_H
|
||||
#define MIPS_INCLUDE__BUS_H
|
||||
#ifdef TARGET_OCTEON
|
||||
#include "_bus_octeon.h"
|
||||
#else
|
||||
/*
|
||||
* Bus address and size types
|
||||
*/
|
||||
@ -45,5 +42,4 @@ typedef uintptr_t bus_size_t;
|
||||
*/
|
||||
typedef struct bus_space *bus_space_tag_t;
|
||||
typedef u_long bus_space_handle_t;
|
||||
#endif
|
||||
#endif /* MIPS_INCLUDE__BUS_H */
|
||||
|
Loading…
Reference in New Issue
Block a user