This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git
The following commit(s) were added to refs/heads/master by this push: new 428c2bfb91 Remove duplicate code 428c2bfb91 is described below commit 428c2bfb91b42f411bfedcbaa84e3707822c87c6 Author: hujun5 <huj...@xiaomi.com> AuthorDate: Wed Jan 8 20:10:42 2025 +0800 Remove duplicate code Signed-off-by: hujun5 <huj...@xiaomi.com> --- include/nuttx/fs/fs.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/nuttx/fs/fs.h b/include/nuttx/fs/fs.h index dd3ff75403..ed9731683f 100644 --- a/include/nuttx/fs/fs.h +++ b/include/nuttx/fs/fs.h @@ -50,7 +50,6 @@ #include <nuttx/queue.h> #include <nuttx/irq.h> #include <nuttx/spinlock_type.h> -#include <nuttx/atomic.h> /**************************************************************************** * Pre-processor Definitions