]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/super.c
USB: add kernel-doc for wusb_dev in struct usb_device
[linux-2.6-omap-h63xx.git] / fs / super.c
index ed080c41716757a3c0a71c714c5a7db8ec489287..645e5403f2a0da0b4ed97cd6b6499791c732338d 100644 (file)
@@ -544,7 +544,7 @@ rescan:
        return NULL;
 }
 
-asmlinkage long sys_ustat(unsigned dev, struct ustat __user * ubuf)
+SYSCALL_DEFINE2(ustat, unsigned, dev, struct ustat __user *, ubuf)
 {
         struct super_block *s;
         struct ustat tmp;