summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/c5471
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-12-17 19:51:19 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-12-17 19:51:19 +0000
commitf402f2dd6ae554ba006ee405ccbccb2663e3b3db (patch)
tree27364b9c101e77274f3149a769b91e737c362777 /nuttx/arch/arm/src/c5471
parent85dfa4b381788b2e3085fb94e7717087c5cac52c (diff)
downloadpx4-nuttx-f402f2dd6ae554ba006ee405ccbccb2663e3b3db.tar.gz
px4-nuttx-f402f2dd6ae554ba006ee405ccbccb2663e3b3db.tar.bz2
px4-nuttx-f402f2dd6ae554ba006ee405ccbccb2663e3b3db.zip
Remove warning
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2375 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/arch/arm/src/c5471')
-rw-r--r--nuttx/arch/arm/src/c5471/c5471_watchdog.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/arch/arm/src/c5471/c5471_watchdog.c b/nuttx/arch/arm/src/c5471/c5471_watchdog.c
index 366099698..18f7a4352 100644
--- a/nuttx/arch/arm/src/c5471/c5471_watchdog.c
+++ b/nuttx/arch/arm/src/c5471/c5471_watchdog.c
@@ -99,7 +99,7 @@ static int wdt_open(struct file *filep);
static int wdt_close(struct file *filep);
static ssize_t wdt_read(struct file *filep, char *buffer, size_t buflen);
static ssize_t wdt_write(struct file *filep, const char *buffer, size_t buflen);
-static int wdt_ioctl(struct file *filep, int cmd, uint32_t arg);
+static int wdt_ioctl(FAR struct file *filp, int cmd, unsigned long arg);
/**************************************************************************
* Private Data
@@ -288,7 +288,7 @@ static ssize_t wdt_write(struct file *filep, const char *buffer, size_t buflen)
* Name: wdt_ioctl
**************************************************************************/
-static int wdt_ioctl(struct file *filep, int cmd, uint32_t arg)
+static int wdt_ioctl(FAR struct file *filp, int cmd, unsigned long arg)
{
dbg("ioctl Call: cmd=0x%x arg=0x%x", cmd, arg);