mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 12:43:29 +02:00
ia64,export.h: replace EXPORT_DATA_SYMBOL* with EXPORT_SYMBOL*
With the previous refactoring, you can always use EXPORT_SYMBOL*. Replace two instances in ia64, then remove EXPORT_DATA_SYMBOL*. Signed-off-by: Masahiro Yamada <masahiroy@kernel.org> Reviewed-by: Nick Desaulniers <ndesaulniers@google.com>
This commit is contained in:
@@ -8,7 +8,4 @@
|
||||
*/
|
||||
#include <linux/export.h>
|
||||
|
||||
#define EXPORT_DATA_SYMBOL(name) EXPORT_SYMBOL(name)
|
||||
#define EXPORT_DATA_SYMBOL_GPL(name) EXPORT_SYMBOL_GPL(name)
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user