Skip to content
Commit c5f1931f authored by Paul Gortmaker's avatar Paul Gortmaker Committed by Pablo Neira Ayuso
Browse files

netfilter: nf_tables: fix implicit include of module.h



This file clearly uses modular infrastructure but does not call
out the inclusion of <linux/module.h> explicitly.  We add that
include explicitly here, so we can tidy up some header usage
elsewhere w/o causing build breakage.

Signed-off-by: default avatarPaul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: default avatarPablo Neira Ayuso <pablo@netfilter.org>
parent f1f86d09
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment