DRM: Rename clamp variable
authorAndi Kleen <andi@firstfloor.org>
Mon, 21 Dec 2009 01:24:47 +0000 (02:24 +0100)
committerDave Airlie <airlied@redhat.com>
Wed, 23 Dec 2009 00:04:01 +0000 (10:04 +1000)
linux/kernel.h has a "clamp" macro, but r300_cmdbuf also uses a variable
with the same name. Right now it doesn't seem to include the header,
but sooner or later someone will. So better rename the variable
now.

Signed-off-by: Andi Kleen <ak@linux.intel.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>

No differences found