On 10/21/2009 10:11 AM, Boaz Harrosh wrote: > Remove include of two headers never used by this file. > I did not see any users dependency but if exist they > should be fixed since these headers are totally irrelevant > to here. > > Signed-off-by: Boaz Harrosh <bharrosh@xxxxxxxxxxx> > --- > include/linux/sunrpc/debug.h | 3 --- > 1 files changed, 0 insertions(+), 3 deletions(-) > > diff --git a/include/linux/sunrpc/debug.h b/include/linux/sunrpc/debug.h > index 10709cb..c2786f2 100644 > --- a/include/linux/sunrpc/debug.h > +++ b/include/linux/sunrpc/debug.h > @@ -28,9 +28,6 @@ > > #ifdef __KERNEL__ > > -#include <linux/timer.h> > -#include <linux/workqueue.h> > - > /* > * Enable RPC debugging/profiling. > */ This patch exposed a missing "#include <linux/types.h>" in linux/sunrpc/rpc_rdma.h. I'll re-post version 2 soon Boaz -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html