drivers/target/iscsi/iscsi_target_login.c:1135:7: error: implicit declaration of function 'try_module_get' [-Werror=implicit-function-declaration]
Add linux/module.h to iscsi_target_login.c.
Signed-off-by: Russell King <[email protected]>
Reviewed-by: Bart Van Assche <[email protected]>
Acked-by: Nicholas Bellinger <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
******************************************************************************/
#include <crypto/hash.h>
+#include <linux/module.h>
#include <linux/string.h>
#include <linux/kthread.h>
#include <linux/idr.h>