Skip to content

Commit

Permalink
dm: remove unused macro DM_MOD_NAME_SIZE
Browse files Browse the repository at this point in the history
Signed-off-by: Wang Sheng-Hui <shhuiw@foxmail.com>
Signed-off-by: Mike Snitzer <snitzer@redhat.com>
  • Loading branch information
Wang Sheng-Hui authored and Mike Snitzer committed Apr 3, 2018
1 parent afac6bd commit 2d77daf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/md/dm-target.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
static LIST_HEAD(_targets);
static DECLARE_RWSEM(_lock);

#define DM_MOD_NAME_SIZE 32

static inline struct target_type *__find_target_type(const char *name)
{
struct target_type *tt;
Expand Down

0 comments on commit 2d77daf

Please sign in to comment.