[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20091007102153.1a19119b.randy.dunlap@oracle.com>
Date: Wed, 7 Oct 2009 10:21:53 -0700
From: Randy Dunlap <randy.dunlap@...cle.com>
To: Stephen Rothwell <sfr@...b.auug.org.au>, drbd-dev@...ts.linbit.com
Cc: linux-next@...r.kernel.org, LKML <linux-kernel@...r.kernel.org>,
jens.axboe@...cle.com
Subject: [PATCH -next] drbd: needs __ratelimit()
From: Randy Dunlap <randy.dunlap@...cle.com>
drbd_int.h uses __ratelimit(), so it needs to #include ratelimit.h:
drivers/block/drbd/drbd_int.h:1765: error: implicit declaration of function '__ratelimit'
Signed-off-by: Randy Dunlap <randy.dunlap@...cle.com>
Cc: drbd-dev@...ts.linbit.com
---
drivers/block/drbd/drbd_int.h | 1 +
1 file changed, 1 insertion(+)
--- linux-next-20091007.orig/drivers/block/drbd/drbd_int.h
+++ linux-next-20091007/drivers/block/drbd/drbd_int.h
@@ -34,6 +34,7 @@
#include <linux/bitops.h>
#include <linux/slab.h>
#include <linux/crypto.h>
+#include <linux/ratelimit.h>
#include <linux/tcp.h>
#include <linux/mutex.h>
#include <linux/major.h>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists