From: David Teigland <teigland@redhat.com>

module.h is included by dlm_internal.h so it doesn't need to be included
explicitly.

Signed-off-by: David Teigland <teigland@redhat.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
---

 drivers/dlm/lock.c |    2 --
 1 files changed, 2 deletions(-)

diff -puN drivers/dlm/lock.c~dlm-lockspaces-callbacks-directory-fix-2-dlm-dont-repeat-include drivers/dlm/lock.c
--- 25/drivers/dlm/lock.c~dlm-lockspaces-callbacks-directory-fix-2-dlm-dont-repeat-include	Thu Jun  2 16:35:08 2005
+++ 25-akpm/drivers/dlm/lock.c	Thu Jun  2 16:35:08 2005
@@ -56,8 +56,6 @@
    L: receive_xxxx_reply()     <-  R: send_xxxx_reply()
 */
 
-#include <linux/module.h>
-
 #include "dlm_internal.h"
 #include "memory.h"
 #include "lowcomms.h"
_