Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 177263
b: refs/heads/master
c: 17a1b5e
h: refs/heads/master
i:
  177261: 8b5f376
  177259: 7c5c7ed
  177255: 91288f6
  177247: aa66777
v: v3
  • Loading branch information
Mike Frysinger committed Dec 15, 2009
1 parent 8bd79df commit 9729059
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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: d2e015d65fc692475b8513259d6afacd2cded8e8
refs/heads/master: 17a1b5e3748f2d890d24c7eb3b1c11de2e0b9a00
8 changes: 4 additions & 4 deletions trunk/arch/blackfin/mach-bf561/coreb.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
#define CMD_COREB_STOP 3
#define CMD_COREB_RESET 4

static int
coreb_ioctl(struct inode *inode, struct file *file, unsigned int cmd, unsigned long arg)
static long
coreb_ioctl(struct file *file, unsigned int cmd, unsigned long arg)
{
int ret = 0;

Expand All @@ -49,8 +49,8 @@ coreb_ioctl(struct inode *inode, struct file *file, unsigned int cmd, unsigned l
}

static const struct file_operations coreb_fops = {
.owner = THIS_MODULE,
.ioctl = coreb_ioctl,
.owner = THIS_MODULE,
.unlocked_ioctl = coreb_ioctl,
};

static struct miscdevice coreb_dev = {
Expand Down

0 comments on commit 9729059

Please sign in to comment.