blob: 517f50f7baeb17a2e623a2116c5f697e51212d70 [file] [log] [blame]
#ifndef __BACKPORT_LINUX_MODULEPARAM_H
#define __BACKPORT_LINUX_MODULEPARAM_H
#include_next <linux/moduleparam.h>
#ifndef kparam_block_sysfs_write
#define kparam_block_sysfs_write(a)
#endif
#ifndef kparam_unblock_sysfs_write
#define kparam_unblock_sysfs_write(a)
#endif
#endif /* __BACKPORT_LINUX_MODULEPARAM_H */