Title: [7925] trunk/arch/blackfin/mach-bf561/coreb.c: coreb: update ioctl parameters
Revision
7925
Author
vapier
Date
2009-12-03 18:34:16 -0500 (Thu, 03 Dec 2009)

Log Message

coreb: update ioctl parameters

Modified Paths


Diff

Modified: trunk/arch/blackfin/mach-bf561/coreb.c (7924 => 7925)


--- trunk/arch/blackfin/mach-bf561/coreb.c	2009-12-03 23:30:12 UTC (rev 7924)
+++ trunk/arch/blackfin/mach-bf561/coreb.c	2009-12-03 23:34:16 UTC (rev 7925)
@@ -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;
 
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to