diff --git a/channels/chan_sip.c b/channels/chan_sip.c
index 006ec2e9ae..1e64626676 100644
--- a/channels/chan_sip.c
+++ b/channels/chan_sip.c
@@ -82,6 +82,10 @@
* the sip_hangup() function
*/
+/*** MODULEINFO
+ chan_local
+ ***/
+
/*! \page sip_session_timers SIP Session Timers in Asterisk Chan_sip
The SIP Session-Timers is an extension of the SIP protocol that allows end-points and proxies to
diff --git a/main/features.c b/main/features.c
index c0c77c26d4..e29b184531 100644
--- a/main/features.c
+++ b/main/features.c
@@ -23,10 +23,6 @@
* \author Mark Spencer
*/
-/*** MODULEINFO
- chan_local
- ***/
-
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")