unexport get_empty_filp()

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
diff --git a/fs/file_table.c b/fs/file_table.c
index 4bef4c0..f906ac8 100644
--- a/fs/file_table.c
+++ b/fs/file_table.c
@@ -147,8 +147,6 @@
 	return NULL;
 }
 
-EXPORT_SYMBOL(get_empty_filp);
-
 /**
  * alloc_file - allocate and initialize a 'struct file'
  * @mnt: the vfsmount on which the file will reside