[patch 7/9] dlm: don't repeat include

From: David Teigland
Date: Thu Jun 02 2005 - 03:08:18 EST


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

Signed-off-by: David Teigland <teigland@xxxxxxxxxx>

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 <linux/module.h>
-
#include "dlm_internal.h"
#include "memory.h"
#include "lowcomms.h"

--

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/