X-Git-Url: http://git.cascardo.info/?a=blobdiff_plain;f=fs%2Fioctl.c;h=41c352e8119381dc646e94e89c18becd40206ec8;hb=01e9d22638f387b5413163d1030169b6478c09c5;hp=5d01d2638ca5482cc4edb2144be7ba3fc5f16aa4;hpb=7547af91868f0ea940abc25460accc4025c5ce0a;p=cascardo%2Flinux.git diff --git a/fs/ioctl.c b/fs/ioctl.c index 5d01d2638ca5..41c352e81193 100644 --- a/fs/ioctl.c +++ b/fs/ioctl.c @@ -15,6 +15,7 @@ #include #include #include +#include "internal.h" #include @@ -32,8 +33,7 @@ * * Returns 0 on success, -errno on error. */ -static long vfs_ioctl(struct file *filp, unsigned int cmd, - unsigned long arg) +long vfs_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) { int error = -ENOTTY;