Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 93500
b: refs/heads/master
c: 09aa356
h: refs/heads/master
v: v3
  • Loading branch information
Mathieu Segaud authored and Dave Airlie committed Apr 26, 2008
1 parent c61bfc1 commit e258957
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4ab92bcf773e7b9e1367897047d5fa4d151d9e90
refs/heads/master: 09aa356b5584090aab6810ec8002936d710cd4ac
4 changes: 2 additions & 2 deletions trunk/drivers/char/agp/frontend.c
Original file line number Diff line number Diff line change
Expand Up @@ -967,7 +967,7 @@ int agpioc_chipset_flush_wrap(struct agp_file_private *priv)
return 0;
}

static int agp_ioctl(struct inode *inode, struct file *file,
static long agp_ioctl(struct file *file,
unsigned int cmd, unsigned long arg)
{
struct agp_file_private *curr_priv = file->private_data;
Expand Down Expand Up @@ -1058,7 +1058,7 @@ static const struct file_operations agp_fops =
.llseek = no_llseek,
.read = agp_read,
.write = agp_write,
.ioctl = agp_ioctl,
.unlocked_ioctl = agp_ioctl,
#ifdef CONFIG_COMPAT
.compat_ioctl = compat_agp_ioctl,
#endif
Expand Down

0 comments on commit e258957

Please sign in to comment.