X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=fs%2Fcompat_ioctl.c;h=ffdc022cae64adb62b5108d259f08fa3057b1423;hb=197cd65accc6a274dabcd81f4811ba5d9a4856df;hp=da8cb3b3592c96ade1614ab8e553b5e16597b42a;hpb=9156ad48338e0306e508ead5c0d9986050744475;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;