Skip to content

Commit

Permalink
dm stripe: silence a couple sparse warnings
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Mike Snitzer committed Sep 6, 2013
1 parent fd2ed4d commit 7fff5e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/md/dm-stripe.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
* This file is released under the GPL.
*/

#include "dm.h"
#include <linux/device-mapper.h>

#include <linux/module.h>
Expand Down

0 comments on commit 7fff5e8

Please sign in to comment.