From 0e68488ec1a8420511095b389a7d820b9e115f11 Mon Sep 17 00:00:00 2001 From: Andrew Deason Date: Thu, 30 Aug 2012 16:36:48 -0500 Subject: [PATCH] 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 --- src/rx/rx_internal.h | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/src/rx/rx_internal.h b/src/rx/rx_internal.h index 83761d3..777db2a 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 -- 1.7.1