All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drbd: includecheck fix for drivers/block/drbd/drbd_receiver.c
@ 2010-02-27  8:25 Jaswinder Singh Rajput
  0 siblings, 0 replies; only message in thread
From: Jaswinder Singh Rajput @ 2010-02-27  8:25 UTC (permalink / raw)
  To: Philipp Reisner, Lars Ellenberg, drbd-user, LKML


Fix the following 'make includecheck' warning:
  drivers/block/drbd/drbd_receiver.c: linux/mm.h is included more than once.

Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
Cc: Philipp Reisner <philipp.reisner@linbit.com>
Cc: Lars Ellenberg <lars.ellenberg@linbit.com>
---
 drivers/block/drbd/drbd_receiver.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/drivers/block/drbd/drbd_receiver.c b/drivers/block/drbd/drbd_receiver.c
index d065c64..b6c9855 100644
--- a/drivers/block/drbd/drbd_receiver.c
+++ b/drivers/block/drbd/drbd_receiver.c
@@ -42,7 +42,6 @@
 #include <linux/unistd.h>
 #include <linux/vmalloc.h>
 #include <linux/random.h>
-#include <linux/mm.h>
 #include <linux/string.h>
 #include <linux/scatterlist.h>
 #include "drbd_int.h"
-- 
1.6.6



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

only message in thread, other threads:[~2010-02-27  8:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-02-27  8:25 [PATCH] drbd: includecheck fix for drivers/block/drbd/drbd_receiver.c Jaswinder Singh Rajput

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.