diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/target/target_core_configfs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/target/target_core_configfs.c b/drivers/target/target_core_configfs.c index 24517d4aa1de..939ecc5679cd 100644 --- a/drivers/target/target_core_configfs.c +++ b/drivers/target/target_core_configfs.c | |||
@@ -268,7 +268,7 @@ static struct configfs_subsystem target_core_fabrics = { | |||
268 | }, | 268 | }, |
269 | }; | 269 | }; |
270 | 270 | ||
271 | static struct configfs_subsystem *target_core_subsystem[] = { | 271 | struct configfs_subsystem *target_core_subsystem[] = { |
272 | &target_core_fabrics, | 272 | &target_core_fabrics, |
273 | NULL, | 273 | NULL, |
274 | }; | 274 | }; |