Linux MIPS Architecture development
 help / color / mirror / Atom feed
From: Jan-Benedict Glaw <jbglaw@lug-owl.de>
To: Ralf Baechle <ralf@oss.sgi.com>
Cc: linux-mips@oss.sgi.com
Subject: [PATCH] Kill warning in indydog.c
Date: Sat, 29 Jun 2002 20:32:23 +0200	[thread overview]
Message-ID: <20020629183223.GV17216@lug-owl.de> (raw)

[-- Attachment #1: Type: text/plain, Size: 790 bytes --]

Hi!

Please apply this patch. It fixes a warning that function declaration
isn't a valid prototype. This applies to linux_2_4 and to HEAD.

MfG, JBG



Index: drivers/char/indydog.c
===================================================================
RCS file: /cvs/linux/drivers/char/indydog.c,v
retrieving revision 1.1.2.2
diff -u -r1.1.2.2 indydog.c
--- drivers/char/indydog.c	2002/06/25 19:07:34	1.1.2.2
+++ drivers/char/indydog.c	2002/06/29 18:09:24
@@ -26,7 +26,7 @@
 
 static int indydog_alive;
 
-static void indydog_ping()
+static void indydog_ping(void)
 {
 	mcmisc_regs->watchdogt = 0;
 }


-- 
Jan-Benedict Glaw   .   jbglaw@lug-owl.de   .   +49-172-7608481
	 -- New APT-Proxy written in shell script --
	   http://lug-owl.de/~jbglaw/software/ap2/

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

             reply	other threads:[~2002-06-29 18:28 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-06-29 18:32 Jan-Benedict Glaw [this message]
2002-06-30 12:11 ` [PATCH] Kill warning in indydog.c Ralf Baechle

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20020629183223.GV17216@lug-owl.de \
    --to=jbglaw@lug-owl.de \
    --cc=linux-mips@oss.sgi.com \
    --cc=ralf@oss.sgi.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox