diff --git a/drivers/ufs/core/ufshcd.c b/drivers/ufs/core/ufshcd.c index 02229e3c34b1..c530a514e95e 100644 --- a/drivers/ufs/core/ufshcd.c +++ b/drivers/ufs/core/ufshcd.c @@ -45,8 +45,6 @@ #undef CREATE_TRACE_POINTS #include -EXPORT_TRACEPOINT_SYMBOL_GPL(ufshcd_command); - #define UFSHCD_ENABLE_INTRS (UTP_TRANSFER_REQ_COMPL |\ UTP_TASK_REQ_COMPL |\ UFSHCD_ERROR_MASK) diff --git a/fs/f2fs/checkpoint.c b/fs/f2fs/checkpoint.c index 1490eb4603bd..2f3af88ef0b4 100644 --- a/fs/f2fs/checkpoint.c +++ b/fs/f2fs/checkpoint.c @@ -22,8 +22,6 @@ #include #include -EXPORT_TRACEPOINT_SYMBOL_GPL(f2fs_write_checkpoint); - #define DEFAULT_CHECKPOINT_IOPRIO (IOPRIO_PRIO_VALUE(IOPRIO_CLASS_RT, 3)) static struct kmem_cache *ino_entry_slab; diff --git a/fs/f2fs/file.c b/fs/f2fs/file.c index 4e93bd6f34c0..07150c68e69b 100644 --- a/fs/f2fs/file.c +++ b/fs/f2fs/file.c @@ -38,9 +38,6 @@ #undef CREATE_TRACE_POINTS #include -EXPORT_TRACEPOINT_SYMBOL_GPL(f2fs_sync_file_enter); -EXPORT_TRACEPOINT_SYMBOL_GPL(f2fs_sync_file_exit); - vm_fault_t f2fs_filemap_fault(struct vm_fault *vmf) { struct inode *inode = file_inode(vmf->vma->vm_file); diff --git a/fs/f2fs/gc.c b/fs/f2fs/gc.c index cdaf3e5208e1..8b5a55b72264 100644 --- a/fs/f2fs/gc.c +++ b/fs/f2fs/gc.c @@ -23,9 +23,6 @@ #include "iostat.h" #include -EXPORT_TRACEPOINT_SYMBOL_GPL(f2fs_gc_begin); -EXPORT_TRACEPOINT_SYMBOL_GPL(f2fs_gc_end); - static struct kmem_cache *victim_entry_slab; static unsigned int count_bits(const unsigned long *addr,