scsi: cxlflash: Make cxlflash_class constant
authorRicardo B. Marliere <ricardo@marliere.net>
Sat, 2 Mar 2024 16:47:24 +0000 (13:47 -0300)
committerMartin K. Petersen <martin.petersen@oracle.com>
Sun, 10 Mar 2024 22:15:48 +0000 (18:15 -0400)
commita08f0eb02981ebeccc6c62833e673cc06a29393b
treebc2148af4d4cea3f3ca8054e321f36a7cd08388c
parentee8dda6a7e9d28260e30ecaf8b5f27d176c8ade0
scsi: cxlflash: Make cxlflash_class constant

Since commit 43a7206b0963 ("driver core: class: make class_register() take
a const *"), the driver core allows for struct class to be in read-only
memory, so move the cxlflash_class structure to be declared at build time
placing it into read-only memory, instead of having to be dynamically
allocated at boot time.

Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Suggested-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Ricardo B. Marliere <ricardo@marliere.net>
Link: https://lore.kernel.org/r/20240302-class_cleanup-scsi-v1-3-b9096b990e27@marliere.net
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/cxlflash/main.c