Skip to content

Commit

Permalink
metag: prom.h: remove declaration of metag_dt_memblock_reserve()
Browse files Browse the repository at this point in the history
Metag doesn't have a metag_dt_memblock_reserve() function so remove the
declaration from asm/prom.h.

Signed-off-by: James Hogan <[email protected]>
  • Loading branch information
James Hogan committed Mar 2, 2013
1 parent 2270e6d commit 2742c52
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/metag/include/asm/prom.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,5 @@

extern struct machine_desc *setup_machine_fdt(void *dt);
extern void copy_fdt(void);
extern void metag_dt_memblock_reserve(void);

#endif /* __ASM_METAG_PROM_H */

0 comments on commit 2742c52

Please sign in to comment.