diff options
Diffstat (limited to 'drivers/gpu/drm/i915/intel_bios.h')
-rw-r--r-- | drivers/gpu/drm/i915/intel_bios.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/i915/intel_bios.h b/drivers/gpu/drm/i915/intel_bios.h index 5f8e4edcbbb9..c2e38feb7899 100644 --- a/drivers/gpu/drm/i915/intel_bios.h +++ b/drivers/gpu/drm/i915/intel_bios.h | |||
@@ -240,7 +240,7 @@ struct bdb_general_definitions { | |||
240 | * And the device num is related with the size of general definition | 240 | * And the device num is related with the size of general definition |
241 | * block. It is obtained by using the following formula: | 241 | * block. It is obtained by using the following formula: |
242 | * number = (block_size - sizeof(bdb_general_definitions))/ | 242 | * number = (block_size - sizeof(bdb_general_definitions))/ |
243 | * sizeof(child_device_config); | 243 | * sizeof(child_device_config); |
244 | */ | 244 | */ |
245 | struct child_device_config devices[0]; | 245 | struct child_device_config devices[0]; |
246 | } __attribute__((packed)); | 246 | } __attribute__((packed)); |