فهرست منبع

dm stripe: silence a couple sparse warnings

Eliminate the following sparse warnings:
drivers/md/dm-stripe.c:443:12: warning: symbol 'dm_stripe_init' was not declared. Should it be static?
drivers/md/dm-stripe.c:456:6: warning: symbol 'dm_stripe_exit' was not declared. Should it be static?

Signed-off-by: Mike Snitzer <snitzer@redhat.com>
Signed-off-by: Alasdair G Kergon <agk@redhat.com>
Mike Snitzer 12 سال پیش
والد
کامیت
7fff5e8f72
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      drivers/md/dm-stripe.c

+ 1 - 0
drivers/md/dm-stripe.c

@@ -4,6 +4,7 @@
  * This file is released under the GPL.
  * This file is released under the GPL.
  */
  */
 
 
+#include "dm.h"
 #include <linux/device-mapper.h>
 #include <linux/device-mapper.h>
 
 
 #include <linux/module.h>
 #include <linux/module.h>