mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-04 07:16:45 +07:00
staging: dgnc: dgnc_kcompat.h: remove unused macro
This patch removes the macro PARM_INT after removing all the variables that depended on it. Signed-off-by: Aya Mahfouz <mahfouz.saif.elyazal@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
2a71a3c7c7
commit
ac611dc60f
@ -42,10 +42,5 @@
|
||||
# define __chk_user_ptr(x) (void)0
|
||||
# endif
|
||||
|
||||
# define PARM_INT(VAR, INIT, PERM, DESC) \
|
||||
static int VAR = INIT; \
|
||||
int dgnc_##VAR; \
|
||||
module_param(VAR, int, PERM); \
|
||||
MODULE_PARM_DESC(VAR, DESC);
|
||||
|
||||
#endif /* ! __DGNC_KCOMPAT_H */
|
||||
|
Loading…
Reference in New Issue
Block a user