From 9369c5813b58e8b480720d3216e74f817b19ac72 Mon Sep 17 00:00:00 2001
From: Gregory Nutt Function Prototype: Description:ERROR) with errno set appro
#include <:nuttx/binfmt/binfmt.h>
-int unload_module(FAR const struct binary_s *bin);
+int unload_module(FAR struct binary_s *bin);
diff --git a/Documentation/NuttXNxFlat.html b/Documentation/NuttXNxFlat.html
index 2036cc723e0..41b2a19ee9f 100644
--- a/Documentation/NuttXNxFlat.html
+++ b/Documentation/NuttXNxFlat.html
@@ -655,7 +655,7 @@ cat ../syscall/syscall.csv ../libc/lib.csv | sort >tmp.csv
int unload_module(FAR const struct binary_s *bin)
+
int unload_module(FAR struct binary_s *bin)
Description: Unload a (non-executing) module from memory. If the module has