Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d4414cc4 authored by Atsushi Nemoto's avatar Atsushi Nemoto Committed by Ralf Baechle
Browse files

[MIPS] rbtx4927: Fix -Werror-implicit-function-declaration build error.

parent 6a302358
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -43,6 +43,9 @@
#include <asm/mipsregs.h>
#include <asm/system.h>
#include <asm/tx4927/tx4927.h>
#ifdef CONFIG_TOSHIBA_RBTX4927
#include <asm/tx4927/toshiba_rbtx4927.h>
#endif

/*
 * DEBUG
+2 −0
Original line number Diff line number Diff line
@@ -52,4 +52,6 @@
#define RBTX4927_RTL_8019_BASE (0x1c020280-TBTX4927_ISA_IO_OFFSET)
#define RBTX4927_RTL_8019_IRQ  (29)

int toshiba_rbtx4927_irq_nested(int sw_irq);

#endif /* __ASM_TX4927_TOSHIBA_RBTX4927_H */