From: Andrew Deason Date: Thu, 30 Aug 2012 21:36:48 +0000 (-0500) Subject: rx: Do not include linux/module.h X-Git-Tag: upstream/1.8.0_pre1^2~1974 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=0e68488ec1a8420511095b389a7d820b9e115f11;p=packages%2Fo%2Fopenafs.git rx: Do not include linux/module.h This isn't available in userspace; we don't need it, so just don't include it at all. This was introduced in 9cd98379. I had thought it fixed a build failure, but I believe now I just made a mistake during build. Change-Id: If97d8e3204b27acd053ec021ddd8cd1527dad3c5 Reviewed-on: http://gerrit.openafs.org/8112 Reviewed-by: Derrick Brashear Tested-by: Andrew Deason Tested-by: Derrick Brashear --- diff --git a/src/rx/rx_internal.h b/src/rx/rx_internal.h index 83761d374..777db2a2d 100644 --- a/src/rx/rx_internal.h +++ b/src/rx/rx_internal.h @@ -7,7 +7,6 @@ #ifdef AFS_RXERRQ_ENV # if defined(AFS_LINUX26_ENV) || defined(AFS_USR_LINUX26_ENV) -# include # include # include # include