diff options
author | Alex Deucher <alexander.deucher@amd.com> | 2014-01-03 02:55:35 +0400 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2014-01-03 20:34:21 +0400 |
commit | 1590f72d8c13dc3f64ad2cdb7d0e6b7035407335 (patch) | |
tree | 2857a45e2e3e233e371108bf7a54ee887686b287 /drivers/gpu/drm/radeon/radeon_i2c.c | |
parent | ea31bf697d27270188a93cd78cf9de4bc968aca3 (diff) | |
download | linux-1590f72d8c13dc3f64ad2cdb7d0e6b7035407335.tar.xz |
drm/radeon: fix pptable.h portability
The following isn't compatible with gcc 2.x:
pragma pack(push, 1)
...
pragma pack(pop)
replace with:
pragma pack(1)
...
pragma pack()
bug:
https://bugzilla.kernel.org/show_bug.cgi?id=67961
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/radeon/radeon_i2c.c')
0 files changed, 0 insertions, 0 deletions