From: Charles Clément Date: Thu, 24 Jun 2010 18:02:25 +0000 (-0700) Subject: Staging: vt6655: remove DWORD typedef X-Git-Tag: v2.6.36-rc1~520^2~1^2~316 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0f4c60d61e9c10a0733eacd650c101189bdf75cd;p=pandora-kernel.git Staging: vt6655: remove DWORD typedef Replace all occurrences with unsigned long type, except for pointer fields that should be u32 in packed structures and 8-byte-aligned 8 byte long structure QWORD. Thanks to Jiri Slaby for pointing out that simply replacing by unsigned long is wrong on x86-64 arch. Signed-off-by: Charles Clément Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed