diff --git a/qdf/inc/qdf_debugfs.h b/qdf/inc/qdf_debugfs.h index 56b0d83dc5..698822ad4e 100644 --- a/qdf/inc/qdf_debugfs.h +++ b/qdf/inc/qdf_debugfs.h @@ -422,7 +422,7 @@ static inline qdf_dentry_t qdf_debugfs_create_entry(const char *name, uint16_t mode, qdf_dentry_t parent, qdf_entry_t data, - const qdf_file_ops_t *fops) + const qdf_file_ops_t fops) { return NULL; }