net: netfilter: Fix compilation error in HARDIDLETIMER

Having static const char * const envp[] was causing
compilation error, as iface_msg and state_msg are
not const. So fix this by making it
to char *envp[].

CRs-Fixed: 2069923
Change-Id: I7d5a98dea011293dc4b11fd622beb5e484f303a2
Acked-by: Pravesh Tamrakar <pravesht@qti.qualcomm.com>
Signed-off-by: Ashwanth Goli <ashwanth@codeaurora.org>
Signed-off-by: Tejaswi Tanikella <tejaswit@codeaurora.org>
1 file changed