All of lore.kernel.org
 help / color / mirror / Atom feed
* [patch 7/9] dlm: don't repeat include
@ 2005-06-02  8:03 David Teigland
  0 siblings, 0 replies; only message in thread
From: David Teigland @ 2005-06-02  8:03 UTC (permalink / raw)
  To: akpm, linux-kernel

[-- Attachment #1: repeated-module-include.patch --]
[-- Type: text/plain, Size: 560 bytes --]

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>

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"

--


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-06-02  8:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-06-02  8:03 [patch 7/9] dlm: don't repeat include David Teigland

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.