Christoph Hellwig
367948220f
module: remove EXPORT_UNUSED_SYMBOL*
...
EXPORT_UNUSED_SYMBOL* is not actually used anywhere. Remove the
unused functionality as we generally just remove unused code anyway.
Reviewed-by: Miroslav Benes <mbenes@suse.cz >
Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com >
Signed-off-by: Christoph Hellwig <hch@lst.de >
Signed-off-by: Jessica Yu <jeyu@kernel.org >
2021-02-08 12:28:07 +01:00
Christoph Hellwig
f1c3d73e97
module: remove EXPORT_SYMBOL_GPL_FUTURE
...
As far as I can tell this has never been used at all, and certainly
not any time recently.
Reviewed-by: Miroslav Benes <mbenes@suse.cz >
Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com >
Signed-off-by: Christoph Hellwig <hch@lst.de >
Signed-off-by: Jessica Yu <jeyu@kernel.org >
2021-02-08 12:28:02 +01:00
Sasha Levin
92e25fd9be
tools: Restore export.h
...
Commit 3f735377b
("tools: Copy lib/rbtree.c to tools/lib/") has
removed export.h, which was still in use by liblockdep. Restore
it.
Signed-off-by: Sasha Levin <sasha.levin@oracle.com >
Cc: Linus Torvalds <torvalds@linux-foundation.org >
Cc: Peter Zijlstra <peterz@infradead.org >
Cc: Thomas Gleixner <tglx@linutronix.de >
Link: http://lkml.kernel.org/r/1440479985-6696-1-git-send-email-sasha.levin@oracle.com
Signed-off-by: Ingo Molnar <mingo@kernel.org >
2015-08-25 09:44:22 +02:00
Arnaldo Carvalho de Melo
3f735377bf
tools: Copy lib/rbtree.c to tools/lib/
...
So that we can remove kernel specific stuff we've been stubbing out via
a tools/include/linux/export.h that gets removed in this patch and to
avoid breakages in the future like the one fixed recently where
rcupdate.h started being used in rbtree.h.
Cc: Adrian Hunter <adrian.hunter@intel.com >
Cc: Borislav Petkov <bp@suse.de >
Cc: David Ahern <dsahern@gmail.com >
Cc: Frederic Weisbecker <fweisbec@gmail.com >
Cc: Jiri Olsa <jolsa@redhat.com >
Cc: Namhyung Kim <namhyung@kernel.org >
Cc: Stephane Eranian <eranian@google.com >
Link: http://lkml.kernel.org/n/tip-rxuzfsozpb8hv1emwpx06rm6@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com >
2015-07-05 22:48:21 -03:00
Borislav Petkov
5ac3e4b6d1
tools: Unify export.h
...
So tools/ has been growing three, at a different stage of their
development export.h headers and so we should unite into one. Add
tools/include/ to the include path of virtio and liblockdep to pick the
shared header now.
Signed-off-by: Borislav Petkov <bp@suse.de >
Acked-by: Rusty Russell <rusty@rustcorp.com.au >
Cc: Arnaldo Carvalho de Melo <acme@kernel.org >
Cc: Ingo Molnar <mingo@redhat.com >
Cc: Michael S. Tsirkin <mst@redhat.com >
Cc: Paul Mackerras <paulus@samba.org >
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl >
Cc: Sasha Levin <sasha.levin@oracle.com >
Cc: virtio-dev@lists.oasis-open.org
Cc: virtualization@lists.linux-foundation.org
Link: http://lkml.kernel.org/r/1397493185-19521-2-git-send-email-bp@alien8.de
Signed-off-by: Jiri Olsa <jolsa@kernel.org >
2014-05-01 21:18:17 +02:00