blob: dc573d70889f2fda42ce158b77f81444421b726e [file] [log] [blame] [edit]
#include <linux/module.h>
#include <scsi/srp.h>
static int __init modinit(void)
{
return SRP_DATA_DESC_IMM;
}
module_init(modinit);
MODULE_LICENSE("GPL");