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)
commit01136acff8cc8251822fbae77f11e8029049c6f1
treef2925c0c2f42d7dbf8f08671db18a2110816306a
parented8b67040965e4fe695db333d5914e18ea5f146f
DRM: Rename clamp variable

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>
drivers/gpu/drm/radeon/r300_cmdbuf.c