Message ID | 20240814103739.2053421-1-cuigaosheng1@huawei.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 7569c9fb2afd326258108e81d462b1a43c6b7ee0 |
Headers | show |
Series | [-next] mips/jazz: remove unused jazz_handle_int() declaration | expand |
On 14/8/24 12:37, Gaosheng Cui wrote: > The jazz_handle_int() has been removed since > commit e4ac58afdfac ("[MIPS] Rewrite all the assembler interrupt > handlers to C."), so remove it. > > Signed-off-by: Gaosheng Cui <cuigaosheng1@huawei.com> > --- > arch/mips/jazz/setup.c | 2 -- > 1 file changed, 2 deletions(-) Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
On Wed, Aug 14, 2024 at 06:37:39PM +0800, Gaosheng Cui wrote: > The jazz_handle_int() has been removed since > commit e4ac58afdfac ("[MIPS] Rewrite all the assembler interrupt > handlers to C."), so remove it. > > Signed-off-by: Gaosheng Cui <cuigaosheng1@huawei.com> > --- > arch/mips/jazz/setup.c | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/arch/mips/jazz/setup.c b/arch/mips/jazz/setup.c > index e318ea11c858..d21e5d441f53 100644 > --- a/arch/mips/jazz/setup.c > +++ b/arch/mips/jazz/setup.c > @@ -23,8 +23,6 @@ > #include <asm/reboot.h> > #include <asm/tlbmisc.h> > > -extern asmlinkage void jazz_handle_int(void); > - > extern void jazz_machine_restart(char *command); > > static struct resource jazz_io_resources[] = { > -- > 2.25.1 applied to mips-next. Thomas.
diff --git a/arch/mips/jazz/setup.c b/arch/mips/jazz/setup.c index e318ea11c858..d21e5d441f53 100644 --- a/arch/mips/jazz/setup.c +++ b/arch/mips/jazz/setup.c @@ -23,8 +23,6 @@ #include <asm/reboot.h> #include <asm/tlbmisc.h> -extern asmlinkage void jazz_handle_int(void); - extern void jazz_machine_restart(char *command); static struct resource jazz_io_resources[] = {
The jazz_handle_int() has been removed since commit e4ac58afdfac ("[MIPS] Rewrite all the assembler interrupt handlers to C."), so remove it. Signed-off-by: Gaosheng Cui <cuigaosheng1@huawei.com> --- arch/mips/jazz/setup.c | 2 -- 1 file changed, 2 deletions(-)