Skip to content

Commit

Permalink
MIPS: malta: remove mach-malta/malta-dtshim.h header file
Browse files Browse the repository at this point in the history
To clean up mach-* directories move external declaration of malta_dt_shim()
to mips-boards/malta.h and remove malta-dtshim.h.

Signed-off-by: Thomas Bogendoerfer <[email protected]>
  • Loading branch information
tsbogend committed Sep 21, 2020
1 parent 0c0938e commit 307c992
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 26 deletions.
25 changes: 0 additions & 25 deletions arch/mips/include/asm/mach-malta/malta-dtshim.h

This file was deleted.

2 changes: 2 additions & 0 deletions arch/mips/include/asm/mips-boards/malta.h
Original file line number Diff line number Diff line change
Expand Up @@ -92,4 +92,6 @@ static inline unsigned long get_msc_port_base(unsigned long reg)

#define MALTA_JMPRS_REG 0x1f000210

extern void __init *malta_dt_shim(void *fdt);

#endif /* __ASM_MIPS_BOARDS_MALTA_H */
1 change: 0 additions & 1 deletion arch/mips/mti-malta/malta-setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

#include <asm/dma-coherence.h>
#include <asm/fw/fw.h>
#include <asm/mach-malta/malta-dtshim.h>
#include <asm/mips-cps.h>
#include <asm/mips-boards/generic.h>
#include <asm/mips-boards/malta.h>
Expand Down

0 comments on commit 307c992

Please sign in to comment.