From 1590f72d8c13dc3f64ad2cdb7d0e6b7035407335 Mon Sep 17 00:00:00 2001 From: Alex Deucher Date: Thu, 2 Jan 2014 17:55:35 -0500 Subject: [PATCH] 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-format-patch failed