mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-18 18:46:53 +07:00
dm: remove unused macro DM_MOD_NAME_SIZE
Signed-off-by: Wang Sheng-Hui <shhuiw@foxmail.com> Signed-off-by: Mike Snitzer <snitzer@redhat.com>
This commit is contained in:
parent
afac6bd6d1
commit
2d77dafe23
@ -16,8 +16,6 @@
|
|||||||
static LIST_HEAD(_targets);
|
static LIST_HEAD(_targets);
|
||||||
static DECLARE_RWSEM(_lock);
|
static DECLARE_RWSEM(_lock);
|
||||||
|
|
||||||
#define DM_MOD_NAME_SIZE 32
|
|
||||||
|
|
||||||
static inline struct target_type *__find_target_type(const char *name)
|
static inline struct target_type *__find_target_type(const char *name)
|
||||||
{
|
{
|
||||||
struct target_type *tt;
|
struct target_type *tt;
|
||||||
|
Loading…
Reference in New Issue
Block a user