Re: [PATCH v3 7/6] scsi: Always define MODULE_DEVICE_TABLE

2025-05-27 Thread James Bottomley
On Tue, 2025-05-27 at 15:15 +0200, Alexey Gladkov wrote: > Since MODULE_DEVICE_TABLE no longer depends on whether the module is > built separately or compiled into the kernel, it now makes sense to > always define DEVICE_TABLE. In this case, even if the module is in > the > kernel, correct module.b

Re: [PATCH v3 7/6] scsi: Always define MODULE_DEVICE_TABLE

2025-05-27 Thread Alexey Gladkov
On Tue, May 27, 2025 at 09:22:09AM -0400, James Bottomley wrote: > On Tue, 2025-05-27 at 15:15 +0200, Alexey Gladkov wrote: > > Since MODULE_DEVICE_TABLE no longer depends on whether the module is > > built separately or compiled into the kernel, it now makes sense to > > always define DEVICE_TABLE