From: Paul Gortmaker Date: Mon, 29 Aug 2011 21:55:05 +0000 (-0400) Subject: net: fix implicit kmod.h usage in bridge/br_stp_if.c X-Git-Tag: v3.2-rc1~22^2~211 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=79bb1ee46ad1b76069108ca9b5467a3c14574744;p=pandora-kernel.git net: fix implicit kmod.h usage in bridge/br_stp_if.c To fix this, once the implicit presence of module.h is removed: net/bridge/br_stp_if.c: In function ‘br_stp_start’: net/bridge/br_stp_if.c:131: error: implicit declaration of function ‘call_usermodehelper’ net/bridge/br_stp_if.c:131: error: ‘UMH_WAIT_PROC’ undeclared (first use in this function) Signed-off-by: Paul Gortmaker --- Reading git-diff-tree failed