module.h is included by dlm_internal.h so it doesn't need to be included explicitly. Signed-off-by: David Teigland Index: linux/drivers/dlm/lock.c =================================================================== --- linux.orig/drivers/dlm/lock.c 2005-06-02 12:28:30.000000000 +0800 +++ linux/drivers/dlm/lock.c 2005-06-02 13:08:59.183450328 +0800 @@ -56,8 +56,6 @@ L: receive_xxxx_reply() <- R: send_xxxx_reply() */ -#include - #include "dlm_internal.h" #include "memory.h" #include "lowcomms.h" --