From: Alex Deucher Date: Thu, 2 Jan 2014 22:55:35 +0000 (-0500) Subject: drm/radeon: fix pptable.h portability X-Git-Tag: v3.14-rc1~47^2~41^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1590f72d8c13dc3f64ad2cdb7d0e6b7035407335;p=pandora-kernel.git 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 --- Reading git-diff-tree failed