X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=fs%2Fcompat_ioctl.c;h=ffdc022cae64adb62b5108d259f08fa3057b1423;hb=14b8869ff4f00f105ea76678997b4d49d27baae3;hp=da8cb3b3592c96ade1614ab8e553b5e16597b42a;hpb=4e1b83ad61b5db143281bb54e88ff420cc6b79d0;p=linux-2.6 diff --git a/fs/compat_ioctl.c b/fs/compat_ioctl.c index da8cb3b359..ffdc022cae 100644 --- a/fs/compat_ioctl.c +++ b/fs/compat_ioctl.c @@ -1376,7 +1376,7 @@ static int do_atm_ioctl(unsigned int fd, unsigned int cmd32, unsigned long arg) return -EINVAL; } -static __attribute_used__ int +static __used int ret_einval(unsigned int fd, unsigned int cmd, unsigned long arg) { return -EINVAL;