X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=fs%2Fioctl.c;h=c2a773e8620bdd307db7ce16d074f5b4ada2b5b1;hb=c0efd52b8b1951c20878208fdcbab0468f816804;hp=479c1038ed4a4f7d3354e5939f6eae6a910e1d4f;hpb=5335a40be6867eff986a31bcd8fc82a5cb1e16bb;p=firefly-linux-kernel-4.4.55.git diff --git a/fs/ioctl.c b/fs/ioctl.c index 479c1038ed4a..c2a773e8620b 100644 --- a/fs/ioctl.c +++ b/fs/ioctl.c @@ -174,11 +174,3 @@ asmlinkage long sys_ioctl(unsigned int fd, unsigned int cmd, unsigned long arg) out: return error; } - -/* - * Platforms implementing 32 bit compatibility ioctl handlers in - * modules need this exported - */ -#ifdef CONFIG_COMPAT -EXPORT_SYMBOL(sys_ioctl); -#endif