noteram: Remove the unnessary inclusion and declaration from header file

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao 2023-08-04 14:29:47 +08:00 committed by Alan Carvalho de Assis
parent b0bbac852e
commit 1dfcdaad84

View File

@ -27,8 +27,6 @@
#include <nuttx/config.h>
#include <nuttx/fs/ioctl.h>
#include <nuttx/note/note_driver.h>
#include <nuttx/spinlock.h>
#include <sys/types.h>
/****************************************************************************
@ -86,8 +84,6 @@ struct noteram_get_taskname_s
};
#endif
struct noteram_driver_s;
/****************************************************************************
* Public Data
****************************************************************************/