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