From: Eric Anholt Date: Wed, 30 Mar 2011 20:01:10 +0000 (-0700) Subject: drm/i915: Fold the DPLL limit defines into the structs that use them. X-Git-Tag: v3.0-rc1~312^2~4^2~37 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=273e27ca8081095a1bdf65276d4b645215ad1c57;p=pandora-kernel.git drm/i915: Fold the DPLL limit defines into the structs that use them. They're used in one place, and not providing any descriptive value, with their names just being approximately the conjunction of the struct name and the struct field. This diff was produced with gcc -E, copying the new struct definitions out, moving a couple of the old comments into place in the new structs, and reindenting. Signed-off-by: Eric Anholt Signed-off-by: Chris Wilson --- Reading git-diff-tree failed