mirror of
https://github.com/torvalds/linux.git
synced 2024-11-22 12:11:40 +00:00
367948220f
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>
8 lines
129 B
C
8 lines
129 B
C
#ifndef _TOOLS_LINUX_EXPORT_H_
|
|
#define _TOOLS_LINUX_EXPORT_H_
|
|
|
|
#define EXPORT_SYMBOL(sym)
|
|
#define EXPORT_SYMBOL_GPL(sym)
|
|
|
|
#endif
|